diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-02-07 18:47:37 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-08 12:22:28 +0100 |
commit | 2e0048afd1283e5995ec26a1d31643dc32e8d97a (patch) | |
tree | e5426d6bb214563251f482b82fb9b6d6cf4d5496 /src/styles/Desktop/ScrollAreaStyle.qml | |
parent | 898f4b1cc506ecee1d4c293110563cd2500d1b32 (diff) | |
download | qtquickcontrols-2e0048afd1283e5995ec26a1d31643dc32e8d97a.tar.gz |
Introduce private plugin
Change-Id: I4beedc773df5b9b207554b55e86aa1439cb4d06e
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/styles/Desktop/ScrollAreaStyle.qml')
-rw-r--r-- | src/styles/Desktop/ScrollAreaStyle.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/Desktop/ScrollAreaStyle.qml b/src/styles/Desktop/ScrollAreaStyle.qml index c1c1b8c5..0374aa77 100644 --- a/src/styles/Desktop/ScrollAreaStyle.qml +++ b/src/styles/Desktop/ScrollAreaStyle.qml @@ -39,6 +39,7 @@ ****************************************************************************/ import QtQuick 2.0 import QtDesktop 1.0 +import QtDesktop.Private 1.0 StyleItem { id: styleitem |