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:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "buildconfiguration.h"
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
using namespace ProjectExplorer::Internal;
|
||||
|
||||
BuildConfiguration::BuildConfiguration(const QString &name)
|
||||
: m_name(name)
|
||||
|
||||
Reference in New Issue
Block a user