QmlDesigner.ComponentView: m_comboBoxList is not used

Change-Id: I4e81af41337a6d842dc16232b0f01527b353274a
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2013-02-06 13:13:36 +01:00
parent 56d96cd665
commit d4d4c6ecd3

View File

@@ -120,7 +120,6 @@ private: //functions
int indexForNode(const ModelNode &node);
private:
QList<QComboBox*> m_comboBoxList;
QStandardItemModel *m_standardItemModel;
ComponentAction *m_componentAction;
};