mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
parent
dde4f93894
commit
b529a2ffe5
@ -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); }
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user