X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2Fio_callback.h;h=a8d03576cb9e0e4fa4230086faec23ee99c96c0c;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=5c3a81b26d632f4720c9b7983bbf24230a8585c2;hpb=da4456f2aab5c449886cfb40ff6a141d347c92d1;p=lyx.git diff --git a/src/frontends/qt2/io_callback.h b/src/frontends/qt2/io_callback.h index 5c3a81b26d..a8d03576cb 100644 --- a/src/frontends/qt2/io_callback.h +++ b/src/frontends/qt2/io_callback.h @@ -13,9 +13,6 @@ #ifndef IO_CALLBACK_H #define IO_CALLBACK_H -#ifdef __GNUG__ -#pragma interface -#endif #include #include @@ -36,10 +33,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 sn_;