ProjectExplorer: Remove ITargetPanelFactory

The indirection via a factory is no longer useful, since the
targetsettingspanel is hardcoded for a build and run panel.

Change-Id: I75543f777a4a7df4cadf12667652424056829689
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2014-07-14 13:10:50 +02:00
parent 1e12e53e0d
commit 66757653ff
18 changed files with 40 additions and 130 deletions

View File

@@ -31,12 +31,11 @@
#include "doubletabwidget.h"
#include "panelswidget.h"
#include "kitmanager.h"
#include "project.h"
#include "projectexplorer.h"
#include "iprojectpanelfactory.h"
#include "session.h"
#include "iprojectproperties.h"
#include "target.h"
#include <coreplugin/idocument.h>