commit fd4d23b4484f2d23728b61a002e207571cffa91f
Author: Guillaume Munch <[email protected]>
Date: Sat Dec 19 23:50:58 2015 +0000
Amend f441590c
Remove runtime warning "QMetaObject::connectSlotsByName: No matching signal
for
on_copyPB_clicked()".
diff --git a/src/frontends/qt4/GuiLog.cpp b/src/frontends/qt4/GuiLog.cpp
index 0b9dd50..e5f6c53 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 8159836..5aa3f60 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