diff options
Diffstat (limited to 'examples/xmlpatterns/filetree/mainwindow.h')
-rw-r--r-- | examples/xmlpatterns/filetree/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/xmlpatterns/filetree/mainwindow.h b/examples/xmlpatterns/filetree/mainwindow.h index e9ca308..33aef68 100644 --- a/examples/xmlpatterns/filetree/mainwindow.h +++ b/examples/xmlpatterns/filetree/mainwindow.h @@ -52,15 +52,15 @@ class MainWindow : public QMainWindow, private Ui_MainWindow { Q_OBJECT - public: +public: MainWindow(); - private slots: +private slots: void on_actionOpenDirectory_triggered(); void on_actionAbout_triggered(); void on_queryBox_currentIndexChanged(); - private: +private: void loadDirectory(const QString &directory); void evaluateResult(); |