added load/save of configuration and shared dirs list

This commit is contained in:
mr-alice 2016-09-01 21:04:48 +02:00
parent f191fe675d
commit 6fc02e03b1
6 changed files with 163 additions and 23 deletions

View file

@ -44,7 +44,7 @@ public:
// interaction with GUI, called from p3FileLists
void setRememberHashFilesDuration(uint32_t days) { mMaxStorageDurationDays = days ; }
uint32_t rememberHashFilesDuration() const { return mMaxStorageDurationDays ; }
void clear() { mFiles.clear(); }
void clear() { mFiles.clear(); mChanged=true; }
bool empty() const { return mFiles.empty() ; }
// Functions called by the thread