forked from qt-creator/qt-creator
Refacotring: Move BuildConfiguration into internal namespace.
It should not be used outside of the ProjectExplorer and is likewise not exported.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <QtCore/QTextCodec>
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
using namespace ProjectExplorer::Internal;
|
||||
|
||||
Project::Project()
|
||||
: m_activeRunConfiguration(0),
|
||||
|
||||
Reference in New Issue
Block a user