diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-07-22 17:55:02 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-07-22 17:55:02 +0900 |
commit | e1e83e825dea1891740bd22c117d95d663fbcb50 (patch) | |
tree | 3b4cf0c2b2cb15e072e64b67af2993793455396b /jobs/passwordlogin.h | |
parent | 21d254df402bb4a22b23211b234ee3ea27396c83 (diff) | |
download | libquotient-e1e83e825dea1891740bd22c117d95d663fbcb50.tar.gz libquotient-e1e83e825dea1891740bd22c117d95d663fbcb50.zip |
Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work).
Diffstat (limited to 'jobs/passwordlogin.h')
-rw-r--r-- | jobs/passwordlogin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jobs/passwordlogin.h b/jobs/passwordlogin.h index 5e93e74e..75a45cae 100644 --- a/jobs/passwordlogin.h +++ b/jobs/passwordlogin.h @@ -27,7 +27,6 @@ namespace QMatrixClient class PasswordLogin : public BaseJob { - Q_OBJECT public: PasswordLogin(ConnectionData* connection, QString user, QString password); virtual ~PasswordLogin(); |