Skip to content

Commit 06e44dc

Browse files
author
timlinux
committedJan 14, 2008
Added missing GUI_EXPORT
git-svn-id: http://svn.osgeo.org/qgis/trunk@7961 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e111ce0 commit 06e44dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsquickprint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* \brief A convenience class for quickly printing a map.
3333
* Prints a map with a map title, scale bar, north arrow, legend etc.
3434
*/
35-
class QgsQuickPrint:public QObject
35+
class GUI_EXPORT QgsQuickPrint:public QObject
3636
{
3737
Q_OBJECT;
3838
public:

0 commit comments

Comments
 (0)
Please sign in to comment.