diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-02 10:13:51 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-02 10:13:51 +0800 |
commit | 3a8351ecac89731fb6f5d0a79802c851af9ff963 (patch) | |
tree | bcf66fc0552dded503a5ecbc06ce3f511c4657be | |
parent | 3d0ea61c7cf64f24db4af7cb8b82739673b06cdf (diff) |
Tidy up a bit
-rw-r--r-- | qrtclient.hxx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/qrtclient.hxx b/qrtclient.hxx index e9e6b0f..546b658 100644 --- a/qrtclient.hxx +++ b/qrtclient.hxx @@ -1,5 +1,5 @@ -#ifndef QRTCLIENT_CLIENT_HXX -#define QRTCLIENT_CLIENT_HXX +#ifndef QRTCLIENT_HXX +#define QRTCLIENT_HXX #include <QObject> #include <rtclient/user.h> @@ -10,9 +10,10 @@ struct rtclient_ticket_history_list; namespace RTClient { - class Client : public QObject - { - Q_OBJECT +class Client : public QObject +{ + Q_OBJECT + public: Client(char const* url, char const* certificate = nullptr); @@ -74,4 +75,4 @@ namespace RTClient { } -#endif // QRTCLIENT_CLIENT_HXX +#endif |