Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 30, 2017
1 parent d7111b7 commit c12770d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/ProcessingToolbox.py
Expand Up @@ -56,7 +56,6 @@


class ProcessingToolbox(BASE, WIDGET):

ALG_ITEM = 'ALG_ITEM'
PROVIDER_ITEM = 'PROVIDER_ITEM'
GROUP_ITEM = 'GROUP_ITEM'
Expand Down Expand Up @@ -86,6 +85,7 @@ def openSettings(url):
else:
iface.showOptionsDialog(iface.mainWindow(), 'processingOptions')
self.txtTip.setVisible(self.disabledProviders())

self.txtTip.linkActivated.connect(openSettings)
if hasattr(self.searchBox, 'setPlaceholderText'):
self.searchBox.setPlaceholderText(self.tr('Search...'))
Expand Down Expand Up @@ -480,7 +480,7 @@ def __init__(self, alg):
def formatAlgorithmTooltip(self, alg):
return '<p><b>{}</b></p><p>{}</p>'.format(
alg.displayName(),
QCoreApplication.translate('Toolbox','Algorithm ID: ‘{}’').format('<i>{}</i>'.format(alg.id()))
QCoreApplication.translate('Toolbox', 'Algorithm ID: ‘{}’').format('<i>{}</i>'.format(alg.id()))
)


Expand Down
Empty file modified src/gui/qgspropertyoverridebutton.cpp 100755 → 100644
Empty file.
Empty file modified tests/src/app/testqgsattributetable.cpp 100755 → 100644
Empty file.

0 comments on commit c12770d

Please sign in to comment.