From 5e67bf9751acdc4508f39a986392e35d55f59374 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 4 May 2016 21:05:59 +0100 Subject: Code style improvements --- singleapplication.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'singleapplication.h') diff --git a/singleapplication.h b/singleapplication.h index 780bd9e..6819627 100644 --- a/singleapplication.h +++ b/singleapplication.h @@ -1,5 +1,6 @@ #ifndef SINGLE_APPLICATION_H #define SINGLE_APPLICATION_H + #include #ifndef QAPPLICATION_CLASS @@ -22,7 +23,7 @@ class SingleApplication : public QAPPLICATION_CLASS typedef QAPPLICATION_CLASS app_t; public: - explicit SingleApplication(int &argc, char *argv[], uint8_t secondaryInstances = 0); + explicit SingleApplication( int &argc, char *argv[], uint8_t secondaryInstances = 0 ); ~SingleApplication(); bool isPrimary(); @@ -36,8 +37,6 @@ private Q_SLOTS: private: SingleApplicationPrivate *d_ptr; - - }; #endif // SINGLE_APPLICATION_H -- cgit v1.2.1