Skip to content
Snippets Groups Projects
Commit e7e6b1bd authored by kh1's avatar kh1
Browse files

Use only needed parts of ProjectExplorer namespace.

parent 8127341d
No related branches found
No related tags found
No related merge requests found
...@@ -36,11 +36,21 @@ ...@@ -36,11 +36,21 @@
#include <projectexplorer/runconfiguration.h> #include <projectexplorer/runconfiguration.h>
namespace ProjectExplorer {
class RunConfiguration;
class RunControl;
class Target;
}
using ProjectExplorer::IRunConfigurationFactory;
using ProjectExplorer::IRunControlFactory;
using ProjectExplorer::RunConfiguration;
using ProjectExplorer::RunControl;
using ProjectExplorer::Target;
namespace Qt4ProjectManager { namespace Qt4ProjectManager {
namespace Internal { namespace Internal {
class MaemoRunConfiguration; class MaemoRunConfiguration;
using namespace ProjectExplorer;
class MaemoRunConfigurationFactory : public IRunConfigurationFactory class MaemoRunConfigurationFactory : public IRunConfigurationFactory
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment