summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-02 10:13:51 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-02 10:13:51 +0800
commit3a8351ecac89731fb6f5d0a79802c851af9ff963 (patch)
treebcf66fc0552dded503a5ecbc06ce3f511c4657be
parent3d0ea61c7cf64f24db4af7cb8b82739673b06cdf (diff)
Tidy up a bit
-rw-r--r--qrtclient.hxx13
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