forked from qt-creator/qt-creator
QmlDesigner: Remove QtQuick.Controls 1.0 dependcy from Window mockup
It is not required and prevents the mockup from working if QQControls 1 are missing. Change-Id: Ib439bded6dce6b8e0d6f21e9b22f3dad2a6c0d3a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
a31eae4d0a
commit
35c7360892
@@ -24,7 +24,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
import QtQuick 2.1
|
||||
import QtQuick.Controls 1.0
|
||||
|
||||
Rectangle {
|
||||
property string title
|
||||
|
Reference in New Issue
Block a user