diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-14 05:22:37 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-10-14 09:17:33 +0200 |
commit | 8058139171897eea4a35325b98ba2f72a8c7303f (patch) | |
tree | 5af113020a750b1954b79ab0b7096a1d5afe8243 /jobs/generated/leaving.h | |
parent | ee214de7b829b08155bc223ea64c61c9ce2bcdf3 (diff) | |
download | libquotient-8058139171897eea4a35325b98ba2f72a8c7303f.tar.gz libquotient-8058139171897eea4a35325b98ba2f72a8c7303f.zip |
Leaving a room now uses a generated Job file
Diffstat (limited to 'jobs/generated/leaving.h')
-rw-r--r-- | jobs/generated/leaving.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/jobs/generated/leaving.h b/jobs/generated/leaving.h new file mode 100644 index 00000000..96304084 --- /dev/null +++ b/jobs/generated/leaving.h @@ -0,0 +1,31 @@ +/****************************************************************************** + * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN + */ + + +#pragma once + +#include "../basejob.h" + +#include <QtCore/QString> + + +namespace QMatrixClient +{ + + // Operations + + class LeaveRoomJob : public BaseJob + { + public: + explicit LeaveRoomJob(QString roomId); + + }; + class ForgetRoomJob : public BaseJob + { + public: + explicit ForgetRoomJob(QString roomId); + + }; + +} // namespace QMatrixClient |