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:
authorDaniel Molkentin <danimo@owncloud.com>2015-06-26 18:07:47 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-29 19:43:21 +0300
commit0735aa1fbda46a46f5de41ecf2d8ce2f319ece17 (patch)
tree1ce57f3d659b68ddaf659bf12ecc8f9996e886b6 /src/gui/accountstate.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
Structure developer documentation
- rename target "doc-dev" - group into modules - move to doc/dev
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index a2c3c60e2..ddc5c00c0 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -30,8 +30,9 @@ class AccountState;
class Account;
class AbstractCredentials;
-/**
- * @brief Extra info about an ownCloud server account.
+/*!
+ * \brief Extra info about an ownCloud server account.
+ * \ingroup gui
*/
class AccountState : public QObject {
Q_OBJECT
@@ -91,8 +92,6 @@ public:
/** Returns a new settings object for this account, already in the right groups. */
std::unique_ptr<QSettings> settings();
-
-
private:
void setState(State state);