Update folderlistmodel import to version 2

To help distinguish the QtQuick 1 and QtQuick 2 versions of
folderlistmodel, the QtQuick 2 version is now version 2 of
folderlistmodel.

Depends on e824fa97e4a9fbaa0c850274b448568953692240 in qtdeclarative

Change-Id: Ic30c255ecb4c7b12dcf624b4b1d51cbc82b779df
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Alan Alpert
2012-06-14 11:29:04 +10:00
committed by Qt by Nokia
parent 40a95ed42c
commit f5644b3648
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
****************************************************************************/
import QtQuick 2.0
import Qt.labs.folderlistmodel 1.0
import Qt.labs.folderlistmodel 2.0
Rectangle {
id: fileBrowser

View File

@@ -40,7 +40,7 @@
****************************************************************************/
import QtQuick 2.0
import Qt.labs.folderlistmodel 1.0
import Qt.labs.folderlistmodel 2.0
Rectangle {
id: fileBrowser