From fd4d23b4484f2d23728b61a002e207571cffa91f Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sat, 19 Dec 2015 23:50:58 +0000 Subject: [PATCH] Amend f441590c Remove runtime warning "QMetaObject::connectSlotsByName: No matching signal for on_copyPB_clicked()". --- src/frontends/qt4/GuiLog.cpp | 3 ++- src/frontends/qt4/GuiLog.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp index 0b9dd5007e..e5f6c536b4 100644 --- a/src/frontends/qt4/GuiLog.cpp +++ b/src/frontends/qt4/GuiLog.cpp @@ -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); } diff --git a/src/frontends/qt4/GuiLog.h b/src/frontends/qt4/GuiLog.h index 8159836c39..5aa3f6041f 100644 --- a/src/frontends/qt4/GuiLog.h +++ b/src/frontends/qt4/GuiLog.h @@ -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 -- 2.39.5