Remove watch folders permanently only if the user accepts the Preferences dialog.

This commit is contained in:
sledgehammer999
2016-01-02 01:23:26 +02:00
parent 9c88959651
commit 06be9edfe1
4 changed files with 26 additions and 8 deletions

View File

@@ -172,6 +172,7 @@ private:
QAbstractButton *applyButton;
AdvancedSettings *advancedSettings;
QList<QString> addedScanDirs;
QList<QString> removedScanDirs;
// SSL Cert / key
QByteArray m_sslCert, m_sslKey;
};