Skip to content

Commit

Permalink
QtQuick: Fix linkage of QQuickFlickable.
Browse files Browse the repository at this point in the history
Change-Id: I0cfc78ed9af01bbd3063cb17a9a380ca8714372d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
  • Loading branch information
Friedemann Kleint authored and Qt by Nokia committed Dec 2, 2011
1 parent 6c8378e commit 3958155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/items/qquickflickable_p.h
Expand Up @@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE

class QQuickFlickablePrivate;
class QQuickFlickableVisibleArea;
class Q_DECLARATIVE_EXPORT QQuickFlickable : public QQuickItem
class Q_QUICK_EXPORT QQuickFlickable : public QQuickItem
{
Q_OBJECT

Expand Down

0 comments on commit 3958155

Please sign in to comment.