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:
dt
2009-04-20 16:29:46 +02:00
parent 10482c81a4
commit 9689582ee6
6 changed files with 14 additions and 12 deletions

View File

@@ -42,6 +42,7 @@
#include <QtCore/QTextCodec>
using namespace ProjectExplorer;
using namespace ProjectExplorer::Internal;
Project::Project()
: m_activeRunConfiguration(0),