File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020%Include qgsmapoverviewcanvas.sip
2121%Include qgsmessageviewer.sip
2222%Include qgsprojectionselector.sip
23+ %Include qgsquickprint.sip
2324%Include qgsrubberband.sip
2425%Include qgsvertexmarker.sip
2526
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ void QgsQuickPrint::setMapCanvas(QgsMapCanvas * thepMapCanvas)
9898 mpMapCanvas=thepMapCanvas;
9999}
100100
101- void QgsQuickPrint::print ()
101+ void QgsQuickPrint::printMap ()
102102{
103103 if ( mOutputFileName .isEmpty () )
104104 {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class GUI_EXPORT QgsQuickPrint:public QObject
4343 enum SymbolScalingType {ScaleUp, ScaleDown};
4444
4545public slots:
46- void print ();
46+ void printMap ();
4747 void setTitle (QString theText);
4848 void setName (QString theText);
4949 void setCopyright (QString theText);
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ void QuickPrintGui::on_buttonBox_accepted()
105105 myQuickPrint.setLogo1 (QgsApplication::iconsPath () + " /qgis-icon.png" );
106106 myQuickPrint.setNorthArrow (myNorthArrowFile);
107107 myQuickPrint.setOutputPdf (myOutputFileName);
108- myQuickPrint.print ();
108+ myQuickPrint.printMap ();
109109 }
110110 else
111111 {
You can’t perform that action at this time.
0 commit comments