Skip to content

Commit 54167bc

Browse files
committed
fix indentation
1 parent 4f2a464 commit 54167bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/modeler/ModelerDialog.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def __init__(self, model=None):
114114
QgsApplication.getThemeIcon('/mActionSaveAsPDF.svg'))
115115
self.mActionExportSvg.setIcon(
116116
QgsApplication.getThemeIcon('/mActionSaveAsSVG.svg'))
117-
#~ self.mActionExportPython.setIcon(
118-
#~ QgsApplication.getThemeIcon('/mActionSaveAsPython.svg'))
117+
#self.mActionExportPython.setIcon(
118+
# QgsApplication.getThemeIcon('/mActionSaveAsPython.svg'))
119119
self.mActionEditHelp.setIcon(
120120
QgsApplication.getThemeIcon('/mActionEditHelpContent.svg'))
121121
self.mActionRun.setIcon(

0 commit comments

Comments
 (0)