forked from qt-creator/qt-creator
PluginView: remove stale includes
Change-Id: Ic3484d8694b54032c8ee3dbb9aa45b97e19c9b6c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
#include <utils/utilsicons.h>
|
#include <utils/utilsicons.h>
|
||||||
#include <utils/itemviews.h>
|
#include <utils/itemviews.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/treemodel.h>
|
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
@@ -42,7 +41,6 @@
|
|||||||
#include <QItemSelectionModel>
|
#include <QItemSelectionModel>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
#include <QSet>
|
#include <QSet>
|
||||||
#include <QSortFilterProxyModel>
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\class ExtensionSystem::PluginView
|
\class ExtensionSystem::PluginView
|
||||||
@@ -86,7 +84,6 @@ static const int HiddenByDefaultRole = Qt::UserRole + 2;
|
|||||||
|
|
||||||
static const QIcon &icon(IconIndex icon)
|
static const QIcon &icon(IconIndex icon)
|
||||||
{
|
{
|
||||||
using namespace Utils;
|
|
||||||
switch (icon) {
|
switch (icon) {
|
||||||
case OkIcon: {
|
case OkIcon: {
|
||||||
static const QIcon ok = Utils::Icons::OK.icon();
|
static const QIcon ok = Utils::Icons::OK.icon();
|
||||||
|
|||||||
@@ -30,18 +30,11 @@
|
|||||||
#include <utils/treemodel.h>
|
#include <utils/treemodel.h>
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <QSet>
|
|
||||||
#include <QHash>
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
class QSortFilterProxyModel;
|
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace Utils { class TreeView; }
|
namespace Utils { class TreeView; }
|
||||||
|
|
||||||
namespace ExtensionSystem {
|
namespace ExtensionSystem {
|
||||||
|
|
||||||
class PluginManager;
|
|
||||||
class PluginSpec;
|
class PluginSpec;
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|||||||
Reference in New Issue
Block a user