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/itemviews.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/treemodel.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
@@ -42,7 +41,6 @@
|
||||
#include <QItemSelectionModel>
|
||||
#include <QMessageBox>
|
||||
#include <QSet>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
/*!
|
||||
\class ExtensionSystem::PluginView
|
||||
@@ -86,7 +84,6 @@ static const int HiddenByDefaultRole = Qt::UserRole + 2;
|
||||
|
||||
static const QIcon &icon(IconIndex icon)
|
||||
{
|
||||
using namespace Utils;
|
||||
switch (icon) {
|
||||
case OkIcon: {
|
||||
static const QIcon ok = Utils::Icons::OK.icon();
|
||||
|
||||
@@ -30,18 +30,11 @@
|
||||
#include <utils/treemodel.h>
|
||||
|
||||
#include <QWidget>
|
||||
#include <QSet>
|
||||
#include <QHash>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSortFilterProxyModel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils { class TreeView; }
|
||||
|
||||
namespace ExtensionSystem {
|
||||
|
||||
class PluginManager;
|
||||
class PluginSpec;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user