diff src/folderselectdialog.h @ 109:0ad468912ff3

Add warning about folder names to widget
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 08 Dec 2016 15:23:38 +0100
parents c3000fa6ca56
children
line wrap: on
line diff
--- a/src/folderselectdialog.h	Thu Dec 08 15:22:51 2016 +0100
+++ b/src/folderselectdialog.h	Thu Dec 08 15:23:38 2016 +0100
@@ -82,6 +82,8 @@
     QLineEdit *mPathLineEdit;
     QPushButton *mGoButton,
                 *mOkButton;
+    QWidget *mErrorWidget;
+    QString mErrMsg;
     bool mShowPathSelection;
 };
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)