Code style improvements

This commit is contained in:
Itay Grudev 2016-05-04 21:05:59 +01:00
parent fd8004c706
commit 5e67bf9751
2 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,6 @@
#ifndef SINGLE_APPLICATION_H
#define SINGLE_APPLICATION_H
#include <QtCore/QtGlobal>
#ifndef QAPPLICATION_CLASS
@ -36,8 +37,6 @@ private Q_SLOTS:
private:
SingleApplicationPrivate *d_ptr;
};
#endif // SINGLE_APPLICATION_H