diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-02 14:31:51 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-02 14:31:51 +0900 |
commit | ab33516eb9aed5db5decb572cb30a83971f4c51e (patch) | |
tree | b126c3b8338eefe8530a285703f350ffe0924a7a /jobs/generated/kicking.h | |
parent | b2c9daabc2e8b89e1108211d8c9badf1bac66640 (diff) | |
download | libquotient-ab33516eb9aed5db5decb572cb30a83971f4c51e.tar.gz libquotient-ab33516eb9aed5db5decb572cb30a83971f4c51e.zip |
Drop ConnectionData parameter from {{template}} files too; less blanks
Diffstat (limited to 'jobs/generated/kicking.h')
-rw-r--r-- | jobs/generated/kicking.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/jobs/generated/kicking.h b/jobs/generated/kicking.h index a746db8b..6ef19fcd 100644 --- a/jobs/generated/kicking.h +++ b/jobs/generated/kicking.h @@ -5,31 +5,21 @@ #pragma once - #include "../basejob.h" - - #include <QtCore/QString> - - namespace QMatrixClient { - // Operations - /** - - */ class KickJob : public BaseJob { public: KickJob(QString roomId, QString user_id, QString reason); - + }; - } // namespace QMatrixClient |