/****************************************************************************** * THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN */ #pragma once #include "../basejob.h" namespace QMatrixClient { // Operations class LogoutJob : public BaseJob { public: explicit LogoutJob(); }; } // namespace QMatrixClient ='vcs-git' href='https://git.club1.fr/nicolas/libquotient' title='libquotient Git repository'/>
aboutsummaryrefslogtreecommitdiff
path: root/jobs/logoutjob.h
blob: faa1e2cb59f83c55c1ceea9d14bb383282b652b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34