add GUI_EXPORT to QgsComposerView

git-svn-id: http://svn.osgeo.org/qgis/trunk@9152 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-08-24 15:10:54 +00:00
parent 45aa4da94a
commit d64e4510f6

View File

@ -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