forked from qt-creator/qt-creator
QmlDesigner: Cleanup navigator.h
Removed unused function and forward declaration. Change-Id: I35480b988bd30fa4067648ab8767bf627019659c Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QTreeView;
|
class QTreeView;
|
||||||
class QStandardItem;
|
|
||||||
class QItemSelection;
|
class QItemSelection;
|
||||||
class QModelIndex;
|
class QModelIndex;
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
@@ -45,8 +44,6 @@ namespace QmlDesigner {
|
|||||||
|
|
||||||
class NavigatorWidget;
|
class NavigatorWidget;
|
||||||
class NavigatorTreeModel;
|
class NavigatorTreeModel;
|
||||||
class IconCheckboxItemDelegate;
|
|
||||||
class IdItemDelegate;
|
|
||||||
|
|
||||||
class NavigatorView : public AbstractView
|
class NavigatorView : public AbstractView
|
||||||
{
|
{
|
||||||
@@ -101,7 +98,6 @@ public:
|
|||||||
void instancesToken(const QString &tokenName, int tokenNumber, const QVector<ModelNode> &nodeVector) QTC_OVERRIDE;
|
void instancesToken(const QString &tokenName, int tokenNumber, const QVector<ModelNode> &nodeVector) QTC_OVERRIDE;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
// void handleChangedItem(QStandardItem * item);
|
|
||||||
void changeSelection(const QItemSelection &selected, const QItemSelection &deselected);
|
void changeSelection(const QItemSelection &selected, const QItemSelection &deselected);
|
||||||
void updateItemSelection();
|
void updateItemSelection();
|
||||||
void changeToComponent(const QModelIndex &index);
|
void changeToComponent(const QModelIndex &index);
|
||||||
|
|||||||
Reference in New Issue
Block a user