mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 17:02:06 +08:00
Code style improvements
This commit is contained in:
parent
fd8004c706
commit
5e67bf9751
@ -1,5 +1,6 @@
|
|||||||
#ifndef SINGLE_APPLICATION_H
|
#ifndef SINGLE_APPLICATION_H
|
||||||
#define SINGLE_APPLICATION_H
|
#define SINGLE_APPLICATION_H
|
||||||
|
|
||||||
#include <QtCore/QtGlobal>
|
#include <QtCore/QtGlobal>
|
||||||
|
|
||||||
#ifndef QAPPLICATION_CLASS
|
#ifndef QAPPLICATION_CLASS
|
||||||
@ -36,8 +37,6 @@ private Q_SLOTS:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
SingleApplicationPrivate *d_ptr;
|
SingleApplicationPrivate *d_ptr;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SINGLE_APPLICATION_H
|
#endif // SINGLE_APPLICATION_H
|
||||||
|
Loading…
Reference in New Issue
Block a user