]> git.lyx.org Git - lyx.git/commitdiff
Amend f441590c
authorGuillaume Munch <gm@lyx.org>
Sat, 19 Dec 2015 23:50:58 +0000 (23:50 +0000)
committerGuillaume Munch <gm@lyx.org>
Sat, 19 Dec 2015 23:54:42 +0000 (23:54 +0000)
Remove runtime warning "QMetaObject::connectSlotsByName: No matching signal for
on_copyPB_clicked()".

src/frontends/qt4/GuiLog.cpp
src/frontends/qt4/GuiLog.h

index 0b9dd5007eded9079199238407e000e9fc3faf0f..e5f6c536b4b868abb10d0c8ff99773bcf2d1d4ba 100644 (file)
@@ -329,11 +329,12 @@ void GuiLog::getContents(ostream & ss) const
        }
 }
 
-
+/*
 void GuiLog::on_copyPB_clicked()
 {
        theClipboard().put(fromqstr(logTB->toPlainText()));
 }
+*/
 
 
 Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }
index 8159836c39685a4da3bfcbac799fece68865cb63..5aa3f6041fcbb2674877b01898bbd44d336af479 100644 (file)
@@ -34,7 +34,7 @@ public:
 private Q_SLOTS:
        void updateContents();
        /// copy log to clipboard
-       void on_copyPB_clicked();
+       //void on_copyPB_clicked();
        /// find content
        void find();
        /// jump to next error message