mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +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()
|
void GuiLog::on_copyPB_clicked()
|
||||||
{
|
{
|
||||||
theClipboard().put(fromqstr(logTB->toPlainText()));
|
theClipboard().put(fromqstr(logTB->toPlainText()));
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }
|
Dialog * createGuiLog(GuiView & lv) { return new GuiLog(lv); }
|
||||||
|
@ -34,7 +34,7 @@ public:
|
|||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void updateContents();
|
void updateContents();
|
||||||
/// copy log to clipboard
|
/// copy log to clipboard
|
||||||
void on_copyPB_clicked();
|
//void on_copyPB_clicked();
|
||||||
/// find content
|
/// find content
|
||||||
void find();
|
void find();
|
||||||
/// jump to next error message
|
/// jump to next error message
|
||||||
|
Loading…
Reference in New Issue
Block a user