Skip to content

Commit 505d840

Browse files
author
timlinux
committed
Improvements and Fixes for quickprint
- moved actual pringing logic into gui lib so that third party apps can make use of it. - fixes for legend font size rendering issues git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7959 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4ba7ca9 commit 505d840

File tree

8 files changed

+1256
-1061
lines changed

8 files changed

+1256
-1061
lines changed

src/gui/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ qgsmaptoolpan.cpp
1818
qgsmaptoolzoom.cpp
1919
qgsmessageviewer.cpp
2020
qgsprojectionselector.cpp
21+
qgsquickprint.cpp
2122
qgsrubberband.cpp
2223
qgsvertexmarker.cpp
2324
)
@@ -31,6 +32,7 @@ qgsmapoverviewcanvas.h
3132
qgsmessageviewer.h
3233
qgsmaptoolemitpoint.h
3334
qgsprojectionselector.h
35+
qgsquickprint.h
3436
)
3537

3638
QT4_WRAP_CPP(QGIS_GUI_MOC_SRCS ${QGIS_GUI_MOC_HDRS})

0 commit comments

Comments
 (0)