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:
Thomas Hartmann
2017-07-19 15:06:09 +02:00
committed by Tim Jenssen
parent a31eae4d0a
commit 35c7360892

View File

@@ -24,7 +24,6 @@
****************************************************************************/ ****************************************************************************/
import QtQuick 2.1 import QtQuick 2.1
import QtQuick.Controls 1.0
Rectangle { Rectangle {
property string title property string title