diff options
author | KitsuneRal <KitsuneRal@users.noreply.github.com> | 2016-06-01 20:58:25 +0900 |
---|---|---|
committer | KitsuneRal <KitsuneRal@users.noreply.github.com> | 2016-06-01 20:58:25 +0900 |
commit | 43ecbf3135687b2e5a5a604a902f992139cce428 (patch) | |
tree | d717d85e8b5d340050c317418e26addf1766a826 /jobs/leaveroomjob.h | |
parent | d5df4568d34487aea519ae97dd1666927dcfb62b (diff) | |
parent | 46050cd59a7af8cc7d616fab1a80db95dc8b5b35 (diff) | |
download | libquotient-43ecbf3135687b2e5a5a604a902f992139cce428.tar.gz libquotient-43ecbf3135687b2e5a5a604a902f992139cce428.zip |
Merge pull request #9 from Fxrh/code-tweaks
Code tweaks
Diffstat (limited to 'jobs/leaveroomjob.h')
-rw-r--r-- | jobs/leaveroomjob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jobs/leaveroomjob.h b/jobs/leaveroomjob.h index 535c44b8..9ce9bf4a 100644 --- a/jobs/leaveroomjob.h +++ b/jobs/leaveroomjob.h @@ -33,7 +33,7 @@ namespace QMatrixClient virtual ~LeaveRoomJob(); protected: - QString apiPath(); + QString apiPath() const override; private: class Private; @@ -41,4 +41,4 @@ namespace QMatrixClient }; } -#endif // QMATRIXCLIENT_LEAVEROOMJOB_H
\ No newline at end of file +#endif // QMATRIXCLIENT_LEAVEROOMJOB_H |