QmlDesigner.Model: remove QtQuick from possible imports

We do not want to add the QtQuick import.

Change-Id: Ie94632f6be4826a69e365f2dcd565a52f180062b
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-30 15:22:26 +01:00
parent 618c5c095f
commit 3227397a76
@@ -1733,7 +1733,6 @@ QList<Import> Model::possibleImports() const
{
QList<Import> possibleImportList;
possibleImportList.append(Import::createLibraryImport("QtQuick", "2.1"));
possibleImportList.append(Import::createLibraryImport("QtQuick.Controls", "1.0"));
possibleImportList.append(Import::createLibraryImport("QtQuick.Layouts", "1.0"));
possibleImportList.append(Import::createLibraryImport("QtQuick.Window", "2.0"));