summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-22 22:31:28 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-11-22 22:31:28 +0100
commit9a7ed14239987d6b60edc02afcfa3a1b8cb43648 (patch)
tree025758b207f609f2abb493e941e0e8970bdb1c49 /mainwindow.h
parent6e9298e084f1e63c65c98d33091d8360ece3a68f (diff)
Only show notification when clearPannel comming from timer, fixes #231
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index c2160809..cfbb3976 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -126,7 +126,7 @@ private slots:
void processFinished(int, QProcess::ExitStatus);
void processError(QProcess::ProcessError);
void clearClipboard();
- void clearPanel();
+ void clearPanel(bool notify);
void on_lineEdit_textChanged(const QString &arg1);
void on_lineEdit_returnPressed();
void on_addButton_clicked();