mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Indentation fix
This commit is contained in:
parent
1b4bd47076
commit
965cef2b2e
@ -220,7 +220,6 @@ def _executeAlgorithm(alg):
|
||||
progress.close()
|
||||
|
||||
|
||||
|
||||
def getMenu(name, parent):
|
||||
menus = [c for c in parent.children() if isinstance(c, QMenu) and c.title() == name]
|
||||
if menus:
|
||||
|
@ -102,7 +102,7 @@ QList< QgsComposerItem*> QgsComposerItemComboBox::exceptedItemList() const
|
||||
{
|
||||
return mProxyModel->exceptedItemList();
|
||||
}
|
||||
QgsComposerItem* QgsComposerItemComboBox::item( int index ) const
|
||||
QgsComposerItem* QgsComposerItemComboBox::item( int index ) const
|
||||
{
|
||||
const QModelIndex proxyIndex = mProxyModel->index( index, 0 );
|
||||
if ( !proxyIndex.isValid() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user