]> 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 e8bdbb901b5f482e9863a8835b7d8b514619e6c3..b6b6110a0a97cd9622a6ebbab4596f82cddda97d 100644 (file)
@@ -33,14 +33,16 @@ 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);
 
 private:
        /// Apply changes