diff src/folderselectdialog.h @ 90:c3000fa6ca56

Add back button to subfolder selection dialog
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 19 Jun 2015 14:27:56 +0200
parents 90c297a2a3dd
children 0ad468912ff3
line wrap: on
line diff
--- a/src/folderselectdialog.h	Fri Jun 19 14:27:15 2015 +0200
+++ b/src/folderselectdialog.h	Fri Jun 19 14:27:56 2015 +0200
@@ -67,6 +67,9 @@
     /** @brief emited before the dialog is closed when a folder is selected */
     void folderSelected(const QString& folder);
 
+    /** @brief Back button was clicked */
+    void backClicked();
+
 private:
     QTableView *mView;
     FilterWidget *mFilterWidget;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)