forked from qt-creator/qt-creator
QmlDesigner: use one node instance view
Bauhaus now uses only one single instance view. Done by Marco Bubke
This commit is contained in:
@@ -60,6 +60,9 @@ void DesignDocumentControllerView::scriptFunctionsChanged(const ModelNode &/*nod
|
||||
{
|
||||
}
|
||||
|
||||
void DesignDocumentControllerView::instancePropertyChange(const QList<QPair<ModelNode, QString> > &/*propertyList*/)
|
||||
{
|
||||
}
|
||||
|
||||
static QStringList arrayToStringList(const QByteArray &byteArray)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user