Skip to content
Snippets Groups Projects
Commit fd6e4a6e authored by Daniel Molkentin's avatar Daniel Molkentin Committed by Eike Ziller
Browse files

Add include guards for generated file app_version.h.

Change-Id: I3ad01e47d2a76159b1369330246b23ed03120597
Reviewed-on: http://codereview.qt-project.org/6361


Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent ec860769
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,9 @@ ...@@ -30,6 +30,9 @@
** **
**************************************************************************/ **************************************************************************/
#ifndef APP_VERSION_H
#define APP_VERSION_H
namespace Core { namespace Core {
namespace Constants { namespace Constants {
...@@ -66,3 +69,5 @@ const char * const IDE_REVISION_STR = \"\"; ...@@ -66,3 +69,5 @@ const char * const IDE_REVISION_STR = \"\";
} // Constants } // Constants
} // Core } // Core
#endif //APP_VERSION_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment