Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2016-11-23 12:40:17 +0300
committerChristian Kamm <mail@ckamm.de>2016-11-23 18:48:15 +0300
commit49f8143f0047c78bc09082c0fbe200e0fa074365 (patch)
treeba2be5200579f5152a1618d40facfe9f90c015ca /src/gui/folderman.h
parentbea72419109ada4ea0e713b84365acbc1c24eb81 (diff)
Bugfixes for sync journal name generation and usage
* Use 'user' value for journal name generation * Save journal name in settings * Make owncloudcmd choose the right db
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index 2e088c675..ad535cb92 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -258,8 +258,7 @@ private:
* does not set an account on the new folder.
*/
Folder* addFolderInternal(FolderDefinition folderDefinition,
- AccountState* accountState,
- bool wipeJournal);
+ AccountState* accountState);
/* unloads a folder object, does not delete it */
void unloadFolder( Folder * );
@@ -275,7 +274,7 @@ private:
// restarts the application (Linux only)
void restartApplication();
- void setupFoldersHelper(QSettings& settings, AccountStatePtr account, bool mayMigrateOldDb);
+ void setupFoldersHelper(QSettings& settings, AccountStatePtr account, bool backwardsCompatible);
QSet<Folder*> _disabledFolders;
Folder::Map _folderMap;