Add unify defines to header.

This commit is contained in:
Klaas Freitag 2013-10-01 13:21:28 +02:00
parent 74983af3b4
commit 82cd79c004

View File

@ -28,6 +28,9 @@
**
**************************************************************************/
#ifndef _SHAREDTOOLS_SINGLEAPPLICATION
#define _SHAREDTOOLS_SINGLEAPPLICATION
#include <QApplication>
namespace SharedTools {
@ -85,3 +88,4 @@ private:
};
} // namespace SharedTools
#endif // _SHAREDTOOLS_SINGLEAPPLICATION