Am Sonntag 20 Dezember 2015, 00:55:39 schrieb Guillaume Munch: > +/* > 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();
Why don't you simply remove this code if it is really unused now? Jürgen