From: Andras Becsi Date: Tue, 29 Nov 2011 14:51:24 +0000 (+0100) Subject: Export QQuickFlickable to make it possible to use it as private API. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=eaddd03d78493b1e60ab656a6c5ffb04e05ca679;p=konrad%2Fqtdeclarative.git 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 --- 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