diff options
Diffstat (limited to 'src/plugins/qt4projectmanager/applicationlauncher.h')
-rw-r--r-- | src/plugins/qt4projectmanager/applicationlauncher.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/applicationlauncher.h b/src/plugins/qt4projectmanager/applicationlauncher.h index d75d6a093e7..bb580ab10d9 100644 --- a/src/plugins/qt4projectmanager/applicationlauncher.h +++ b/src/plugins/qt4projectmanager/applicationlauncher.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef APPLICATIONLAUNCHER_H #define APPLICATIONLAUNCHER_H @@ -82,7 +83,7 @@ private: WinGuiProcess *m_winGuiProcess; }; -} //namespace Internal -} //namespace Qt4ProjectManager +} // namespace Internal +} // namespace Qt4ProjectManager #endif // APPLICATIONLAUNCHER_H |