]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLog.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiLog.h
index 2a9ebb6e7a44d5233b2da13c9bd643bc1f7aa5d9..b6b6110a0a97cd9622a6ebbab4596f82cddda97d 100644 (file)
@@ -33,14 +33,14 @@ public:
 
 private Q_SLOTS:
        void updateContents();
-       /// copy log to clipboard
-       void on_copyPB_clicked();
        /// find content
        void find();
        /// jump to next error message
        void on_nextErrorPB_clicked();
        /// jump to next warning
        void on_nextWarningPB_clicked();
+       /// open containing directory
+       void on_openDirPB_clicked();
        /// Log type changed
        void typeChanged(int);