summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-06 05:29:36 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-06 05:29:36 +0200
commit081b67946cdbeec06c60ca8fd7f26c29c7a02ccd (patch)
treea58e7f37dcb9750f2707bdd4721a01b6264a87c2 /mainwindow.h
parent8e87bc3fed9d20ca9b884cfe9f17cb3b6449ee7a (diff)
user input, filtering too soon breaks the treeview
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 95d3f2b3..9d247311 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -39,6 +39,7 @@ public:
void setGpgExecutable(QString);
void checkConfig();
void setApp(SingleApplication* app);
+ void setText(QString);
private slots:
void on_updateButton_clicked();