forked from qt-creator/qt-creator
QmlProjectManager refactoring
Putting every class in it's own files + avoid "using namespace"
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef QMLPROJECTNODE_H
|
||||
#define QMLPROJECTNODE_H
|
||||
#ifndef QMLPROJECTNODES_H
|
||||
#define QMLPROJECTNODES_H
|
||||
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
|
||||
@@ -89,4 +89,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace QmlProjectManager
|
||||
|
||||
#endif // QMLPROJECTNODE_H
|
||||
#endif // QMLPROJECTNODES_H
|
||||
|
||||
Reference in New Issue
Block a user