forked from qt-creator/qt-creator
Fix Krazy warnings about includes/header guards in QML-Projectmanager.
Change-Id: I3972016d65b789be5c689582afd7d6b9968b0767 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef QMLPROJECTMANAGERCONSTANTS_H
|
||||||
|
#define QMLPROJECTMANAGERCONSTANTS_H
|
||||||
|
|
||||||
#include <qglobal.h>
|
#include <qglobal.h>
|
||||||
|
|
||||||
namespace QmlProjectManager {
|
namespace QmlProjectManager {
|
||||||
@@ -41,3 +44,5 @@ const char USER_ENVIRONMENT_CHANGES_KEY[] = "QmlProjectManager.QmlRunConfigurati
|
|||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
} // namespace QmlProjectManager
|
} // namespace QmlProjectManager
|
||||||
|
|
||||||
|
#endif // QMLPROJECTMANAGERCONSTANTS_H
|
||||||
|
|||||||
@@ -27,10 +27,10 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include "qmlprojectrunconfigurationfactory.h"
|
||||||
#include "qmlprojectmanagerconstants.h"
|
#include "qmlprojectmanagerconstants.h"
|
||||||
#include "qmlproject.h"
|
#include "qmlproject.h"
|
||||||
#include "qmlprojectrunconfiguration.h"
|
#include "qmlprojectrunconfiguration.h"
|
||||||
#include "qmlprojectrunconfigurationfactory.h"
|
|
||||||
|
|
||||||
#include <projectexplorer/kitinformation.h>
|
#include <projectexplorer/kitinformation.h>
|
||||||
#include <projectexplorer/projectconfiguration.h>
|
#include <projectexplorer/projectconfiguration.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user