Remember last open directory as start point

This commit is contained in:
2019-11-19 06:52:40 +01:00
parent c1d25dd663
commit 7e815634bb
2 changed files with 17 additions and 27 deletions
+1 -2
View File
@@ -15,10 +15,9 @@ class MainWindow : public QMainWindow
ImageRingList *m_ringList;
Database *m_database;
ImageInfo *m_info;
bool loading;
int queued;
static int socketPair[2];
QSocketNotifier *socketNotifier;
QString _lastDir;
public:
MainWindow(QWidget *parent = 0);
~MainWindow();