Skip to content

Commit

Permalink
[processing] Fix warning on close
Browse files Browse the repository at this point in the history
(cherry picked from commit 97f43d4)
  • Loading branch information
nyalldawson committed Sep 14, 2018
1 parent 118b8a0 commit 18c2a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/menus.py
Expand Up @@ -203,6 +203,7 @@ def addAlgorithmEntry(alg, menuName, submenuName, actionText=None, icon=None, ad
global algorithmsToolbar
if algorithmsToolbar is None:
algorithmsToolbar = iface.addToolBar(QCoreApplication.translate('MainWindow', 'Processing Algorithms'))
algorithmsToolbar.setObjectName("ProcessingAlgorithms")
algorithmsToolbar.setToolTip(QCoreApplication.translate('MainWindow', 'Processing Algorithms Toolbar'))
algorithmsToolbar.addAction(action)

Expand Down

0 comments on commit 18c2a61

Please sign in to comment.