diff options
Diffstat (limited to 'framework/src/accounts/accountfactory.h')
-rw-r--r-- | framework/src/accounts/accountfactory.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/src/accounts/accountfactory.h b/framework/src/accounts/accountfactory.h index f49d475c..429559a1 100644 --- a/framework/src/accounts/accountfactory.h +++ b/framework/src/accounts/accountfactory.h | |||
@@ -30,8 +30,6 @@ class AccountFactory : public QObject | |||
30 | Q_OBJECT | 30 | Q_OBJECT |
31 | Q_PROPERTY(QString accountId MEMBER mAccountId WRITE setAccountId); | 31 | Q_PROPERTY(QString accountId MEMBER mAccountId WRITE setAccountId); |
32 | Q_PROPERTY(QString accountType MEMBER mAccountType WRITE setAccountType); | 32 | Q_PROPERTY(QString accountType MEMBER mAccountType WRITE setAccountType); |
33 | Q_PROPERTY(QString name MEMBER mName READ name NOTIFY accountLoaded); | ||
34 | Q_PROPERTY(QString icon MEMBER mIcon NOTIFY accountLoaded); | ||
35 | Q_PROPERTY(QString uiPath MEMBER mUiPath NOTIFY accountLoaded); | 33 | Q_PROPERTY(QString uiPath MEMBER mUiPath NOTIFY accountLoaded); |
36 | Q_PROPERTY(QString loginUi MEMBER mLoginUi NOTIFY accountLoaded); | 34 | Q_PROPERTY(QString loginUi MEMBER mLoginUi NOTIFY accountLoaded); |
37 | Q_PROPERTY(bool requiresKeyring MEMBER mRequiresKeyring NOTIFY accountLoaded); | 35 | Q_PROPERTY(bool requiresKeyring MEMBER mRequiresKeyring NOTIFY accountLoaded); |
@@ -40,7 +38,6 @@ public: | |||
40 | 38 | ||
41 | void setAccountId(const QString &); | 39 | void setAccountId(const QString &); |
42 | void setAccountType(const QString &); | 40 | void setAccountType(const QString &); |
43 | QString name() const; | ||
44 | 41 | ||
45 | signals: | 42 | signals: |
46 | void accountLoaded(); | 43 | void accountLoaded(); |
@@ -48,8 +45,6 @@ signals: | |||
48 | private: | 45 | private: |
49 | void loadPackage(); | 46 | void loadPackage(); |
50 | QString mAccountId; | 47 | QString mAccountId; |
51 | QString mName; | ||
52 | QString mIcon; | ||
53 | QString mUiPath; | 48 | QString mUiPath; |
54 | QString mLoginUi; | 49 | QString mLoginUi; |
55 | QByteArray mAccountType; | 50 | QByteArray mAccountType; |