Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
alexbruy committed Apr 27, 2016
1 parent 87575bd commit b52735d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions python/plugins/processing/core/Processing.py
Expand Up @@ -61,13 +61,15 @@

from processing.tools import dataobjects


class AlgListWatcher(QObject):

providerAdded = pyqtSignal(str)
providerRemoved = pyqtSignal(str)

algListWatcher = AlgListWatcher()


class Processing:

listeners = []
Expand Down
1 change: 1 addition & 0 deletions python/plugins/processing/core/ProcessingConfig.py
Expand Up @@ -32,6 +32,7 @@
from processing.tools.system import defaultOutputFolder
import processing.tools.dataobjects


class SettingsWatcher(QObject):

settingsChanged = pyqtSignal()
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -322,7 +322,6 @@ def addProvider(self, providerName):
break
self.algorithmTree.insertTopLevelItem(i, providerItem)


def fillTreeUsingProviders(self):
self.algorithmTree.clear()
self.disabledProviderItems = {}
Expand Down

0 comments on commit b52735d

Please sign in to comment.