forked from qt-creator/qt-creator
Rename IRunConfigurationRunner -> IRunControlFactory...
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include "projecttreewidget.h"
|
||||
|
||||
#include "projectexplorer.h"
|
||||
#include "project.h"
|
||||
#include "session.h"
|
||||
#include "projectexplorerconstants.h"
|
||||
#include "projectmodels.h"
|
||||
|
||||
@@ -44,6 +46,7 @@
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QFocusEvent>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QPalette>
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
Reference in New Issue
Block a user