]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/socket_callback.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / socket_callback.h
index 54f203f2264afa7aa58ffbdca5fb22c654a5f216..1036ed8551011aa73cb9b8a033bd4ffb73a57abc 100644 (file)
@@ -35,7 +35,7 @@ public:
        /// connect a connection notification from the LyXServerSocket
        socket_callback(int fd, boost::function<void()> func);
 public slots:
-        void data_received();
+       void data_received();
 private:
        /// our notifier
        boost::scoped_ptr<QSocketNotifier> sn_;