[processing] keep parameter in addProvider method for backwards compatibility

This commit is contained in:
volaya 2016-05-12 09:21:40 +02:00
parent e6b76c4d7b
commit b90ec83c23

View File

@ -71,7 +71,7 @@ class Processing:
contextMenuActions = []
@staticmethod
def addProvider(provider):
def addProvider(provider, update=True):
"""Use this method to add algorithms from external providers.
"""