[QGIS Commit] r9152 - trunk/qgis/src/gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Aug 24 11:10:54 EDT 2008


Author: jef
Date: 2008-08-24 11:10:54 -0400 (Sun, 24 Aug 2008)
New Revision: 9152

Modified:
   trunk/qgis/src/gui/qgscomposerview.h
Log:
add GUI_EXPORT to QgsComposerView

Modified: trunk/qgis/src/gui/qgscomposerview.h
===================================================================
--- trunk/qgis/src/gui/qgscomposerview.h	2008-08-24 14:09:38 UTC (rev 9151)
+++ trunk/qgis/src/gui/qgscomposerview.h	2008-08-24 15:10:54 UTC (rev 9152)
@@ -36,7 +36,7 @@
  * 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
 



More information about the QGIS-commit mailing list