aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2016-05-04 21:05:59 +0100
committerItay Grudev <itay@grudev.com>2016-05-04 21:05:59 +0100
commit5e67bf9751acdc4508f39a986392e35d55f59374 (patch)
tree45e83b1f5bcb522f6ace44900b47b77d8184b9ba /singleapplication.h
parentMerge pull request #6 from itay-grudev/secondary (diff)
downloadsingleapplication-5e67bf9751acdc4508f39a986392e35d55f59374.tar.xz
Code style improvementsv2.4
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h5
1 files changed, 2 insertions, 3 deletions
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 <QtCore/QtGlobal>
#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