diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-18 20:32:57 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-18 20:37:06 +0100 |
commit | 1f62cf29d038e1dfd9bd56505ecaae10ca14b60b (patch) | |
tree | 724b2d4f979c06b5033ca86e3271b3a345a1cc30 /framework/src/accounts/accountfactory.h | |
parent | 321488dfe88fc3d60b35f3b5b8075adbabf93d29 (diff) | |
download | kube-1f62cf29d038e1dfd9bd56505ecaae10ca14b60b.tar.gz kube-1f62cf29d038e1dfd9bd56505ecaae10ca14b60b.zip |
Accounts without kpackage
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; |