Add clear and copy buttons to the log page.

This commit is contained in:
Petr Mrázek
2014-07-11 01:50:36 +02:00
parent 24698fe85f
commit 0d4046de39
3 changed files with 37 additions and 0 deletions
+2
View File
@@ -62,6 +62,8 @@ private slots:
*/
void write(QString data, MessageLevel::Enum level = MessageLevel::MultiMC);
void on_btnPaste_clicked();
void on_btnCopy_clicked();
void on_btnClear_clicked();
private:
Ui::LogPage *ui;