summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2014-07-31 00:07:59 +0200
committerAnne Jan Brouwer <ajbrouwer@totalactivemedia.nl>2014-07-31 00:07:59 +0200
commit0feea38079d9c7c01b2b70621483a6ae8104d65e (patch)
tree7de3579141e0aca8bc2ca82520c17077184dfd1e /mainwindow.h
parentcba1b6d7b48658d6c1b241204bdc862619a87b11 (diff)
update
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 678e33cf..5336afe0 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -19,6 +19,9 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
+private slots:
+ void on_pushButton_clicked();
+
private:
Ui::MainWindow *ui;
QDirModel model;