forked from qt-creator/qt-creator
fix warning and possible bug
This commit is contained in:
@@ -58,6 +58,7 @@ static inline const Interpreter::ObjectValue * getPropertyChangesTarget(Node *no
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QuickToolBar::QuickToolBar(QObject *parent) : ::QmlJS::IContextPane(parent), m_blockWriting(false)
|
QuickToolBar::QuickToolBar(QObject *parent) : ::QmlJS::IContextPane(parent), m_blockWriting(false)
|
||||||
|
Reference in New Issue
Block a user