aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-open/LFileDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-open/LFileDialog.h')
-rw-r--r--src-qt5/core/lumina-open/LFileDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-open/LFileDialog.h b/src-qt5/core/lumina-open/LFileDialog.h
index 96016cf2..95e117fa 100644
--- a/src-qt5/core/lumina-open/LFileDialog.h
+++ b/src-qt5/core/lumina-open/LFileDialog.h
@@ -49,7 +49,7 @@ public:
private:
Ui::LFileDialog *ui;
- QString fileEXT;
+ QString fileEXT, filePath;
QSettings *settings;
QStringList PREFAPPS;
bgstack15