aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@nokia.com>2011-11-29 15:51:24 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-01 15:05:14 +0100
commiteaddd03d78493b1e60ab656a6c5ffb04e05ca679 (patch)
tree2d4924b3b320abcfb4b9f84f026cad98e0ee4d2d /src/declarative/items
parent507d24adb47a67d1e10e81f2362cb826caacf691 (diff)
Export QQuickFlickable to make it possible to use it as private API.
Make it possible for the QtWebKit WebView to use Flickable as a base class by depending on QtDeclarative private API for now. Change-Id: Ia7b8a4aa1c59b9a089b4beecb0d9af5cf8883f07 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'src/declarative/items')
-rw-r--r--src/declarative/items/qquickflickable_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qquickflickable_p.h b/src/declarative/items/qquickflickable_p.h
index fe4ac40efb..658db94846 100644
--- a/src/declarative/items/qquickflickable_p.h
+++ b/src/declarative/items/qquickflickable_p.h
@@ -53,7 +53,7 @@ QT_MODULE(Declarative)
class QQuickFlickablePrivate;
class QQuickFlickableVisibleArea;
-class Q_AUTOTEST_EXPORT QQuickFlickable : public QQuickItem
+class Q_DECLARATIVE_EXPORT QQuickFlickable : public QQuickItem
{
Q_OBJECT