diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-09 20:14:08 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-09 21:01:42 +0900 |
commit | 8ae1da50f8474a698ce83f61233b3a8975faeaee (patch) | |
tree | 8c4b3dbe2fcf356d149099cb740495e9b7b86c99 /jobs/generated/inviting.h | |
parent | d57485bb3a7d980642e7f68edd5785c144acc742 (diff) | |
download | libquotient-8ae1da50f8474a698ce83f61233b3a8975faeaee.tar.gz libquotient-8ae1da50f8474a698ce83f61233b3a8975faeaee.zip |
First files made by api-generator
Actual usage will come with the next commit.
Diffstat (limited to 'jobs/generated/inviting.h')
-rw-r--r-- | jobs/generated/inviting.h | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/jobs/generated/inviting.h b/jobs/generated/inviting.h new file mode 100644 index 00000000..af5a426d --- /dev/null +++ b/jobs/generated/inviting.h @@ -0,0 +1,42 @@ +/****************************************************************************** + * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN + */ + + +#pragma once + + +#include "../basejob.h" + + + +#include <QtCore/QString> + + + + +namespace QMatrixClient +{ + + + // Operations + + /** + + */ + class InviteUserJob : public BaseJob + { + public: + InviteUserJob(const ConnectionData* connection + + , + QString roomId + + , + QString user_id + ); + + }; + + +} // namespace QMatrixClient |