From d64e4510f6bc060f7a80c7beb011ab708b82a014 Mon Sep 17 00:00:00 2001 From: jef Date: Sun, 24 Aug 2008 15:10:54 +0000 Subject: [PATCH] add GUI_EXPORT to QgsComposerView git-svn-id: http://svn.osgeo.org/qgis/trunk@9152 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/gui/qgscomposerview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qgscomposerview.h b/src/gui/qgscomposerview.h index b81fd14c782..9448c2c7aa4 100644 --- a/src/gui/qgscomposerview.h +++ b/src/gui/qgscomposerview.h @@ -36,7 +36,7 @@ class QgsComposerScaleBar; * Creates the composer items according to the current map tools and keeps track * of the rubber band item. */ -class QgsComposerView: public QGraphicsView +class GUI_EXPORT QgsComposerView: public QGraphicsView { Q_OBJECT