]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/io_callback.h
partial fonts fix. Like Juergen said we really need our own dialog.
[lyx.git] / src / frontends / qt2 / io_callback.h
index 5c3a81b26d632f4720c9b7983bbf24230a8585c2..efa4103746565793a7c74fe447029c9b52487916 100644 (file)
@@ -36,10 +36,8 @@ class io_callback : public QObject {
 public:
        /// connect a read ready notification for fd to the LyXComm
        io_callback(int fd, LyXComm * comm);
-
 public slots:
        void data_received();
-
 private:
        /// our notifier
        boost::scoped_ptr<QSocketNotifier> sn_;