Guillaume Munch 2015-12-20 13:16:00 +00:00
parent dde4f93894
commit b529a2ffe5
2 changed files with 0 additions and 9 deletions

View File

@ -329,13 +329,6 @@ void GuiLog::getContents(ostream & ss) const
}
}
/*
void GuiLog::on_copyPB_clicked()
{
theClipboard().put(fromqstr(logTB->toPlainText()));
}
*/
Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }

View File

@ -33,8 +33,6 @@ public:
private Q_SLOTS:
void updateContents();
/// copy log to clipboard
//void on_copyPB_clicked();
/// find content
void find();
/// jump to next error message