From eaddd03d78493b1e60ab656a6c5ffb04e05ca679 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Tue, 29 Nov 2011 15:51:24 +0100 Subject: [PATCH] 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 --- src/declarative/items/qquickflickable_p.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/declarative/items/qquickflickable_p.h b/src/declarative/items/qquickflickable_p.h index fe4ac40..658db94 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 -- 1.7.2.5