mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend f441590c
Remove runtime warning "QMetaObject::connectSlotsByName: No matching signal for on_copyPB_clicked()".
This commit is contained in:
parent
32bc592b07
commit
fd4d23b448
@ -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); }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user