QmlProjectManager refactoring

Putting every class in it's own files + avoid "using namespace"
This commit is contained in:
Kai Koehne
2010-02-16 13:39:13 +01:00
parent 45efd5b5b1
commit fdd85b7f33
22 changed files with 1079 additions and 708 deletions

View File

@@ -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