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 45942aa commit b1bed9fCopy full SHA for b1bed9f
src/app/qgsprojectproperties.cpp
@@ -971,7 +971,7 @@ void QgsProjectProperties::editSymbol( QComboBox* cbo )
971
void QgsProjectProperties::resetPythonMacros()
972
{
973
grpPythonMacros->setChecked( false );
974
- ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
975
- "def saveProject():\n pass\n\n" \
976
- "def closeProject():\n pass\n" );
+ ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
+ "def saveProject():\n pass\n\n" \
+ "def closeProject():\n pass\n" );
977
}
0 commit comments