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:
authorJocelyn Turcotte <jturcotte@woboq.com>2016-03-16 21:07:40 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2016-03-28 14:07:28 +0300
commitdf386b64ba88c70f13cae2514e3dacda8540fb6a (patch)
treec0d25bbdf8d1a4dc658bf4c38c47d2e46904d6fa /src/gui/accountmanager.h
parent80bd86a305f594c3846822c780f28edd3c860ba2 (diff)
Make the AccountState a construction argument of the Folder
This will help moving the SyncEngine construction in the constructor and allow moving functionalities from Folder to SyncEngine or its delegated objects.
Diffstat (limited to 'src/gui/accountmanager.h')
-rw-r--r--src/gui/accountmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/accountmanager.h b/src/gui/accountmanager.h
index 321a6ec38..c500ef51e 100644
--- a/src/gui/accountmanager.h
+++ b/src/gui/accountmanager.h
@@ -18,8 +18,6 @@
namespace OCC {
-typedef QSharedPointer<AccountState> AccountStatePtr;
-
/**
@brief The AccountManager class
@ingroup gui