We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d6a3885 commit 21e4ab8Copy full SHA for 21e4ab8
tools/mapserver_export/qgsmapserverexport.cpp
@@ -140,7 +140,7 @@ void QgsMapserverExport::on_buttonOk_clicked()
140
}
141
// Get the writeMapFile method from the Qgis2Map class
142
pmeth = PyObject_GetAttrString(pinst, "writeMapFile");
143
- pargs = Py_BuildValue("( )");
+ pargs = Py_BuildValue("()");
144
// Execute the writeMapFile method to parse the QGIS project file and create the .map file
145
pstr = PyEval_CallObject(pmeth, pargs);
146
// Show the return value
tools/mapserver_export/qgsmapserverexportbase.ui
@@ -1,5 +1,5 @@
1
<ui version="4.0" >
2
- <author></author>
+ <author>Gary Sherman</author>
3
<comment></comment>
4
<exportmacro></exportmacro>
5
<class>QgsMapserverExportBase</class>
0 commit comments