Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2013-10-01 15:21:28 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-10-01 15:58:00 +0400
commit82cd79c004c08511a4fa6c024849f8ed19cd9dda (patch)
tree6c3e6db4f9e4a4c846fb3604c028b352c36d785c /src/3rdparty
parent74983af3b43febad76675a859b24eb1de035941b (diff)
Add unify defines to header.
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/qtsingleapplication/qtsingleapplication.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/qtsingleapplication/qtsingleapplication.h b/src/3rdparty/qtsingleapplication/qtsingleapplication.h
index 6b705d65e..b04b2a138 100644
--- a/src/3rdparty/qtsingleapplication/qtsingleapplication.h
+++ b/src/3rdparty/qtsingleapplication/qtsingleapplication.h
@@ -28,6 +28,9 @@
**
**************************************************************************/
+#ifndef _SHAREDTOOLS_SINGLEAPPLICATION
+#define _SHAREDTOOLS_SINGLEAPPLICATION
+
#include <QApplication>
namespace SharedTools {
@@ -85,3 +88,4 @@ private:
};
} // namespace SharedTools
+#endif // _SHAREDTOOLS_SINGLEAPPLICATION