File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
python/plugins/processing/gui Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ def _executeAlgorithm(alg):
220
220
progress .close ()
221
221
222
222
223
-
224
223
def getMenu (name , parent ):
225
224
menus = [c for c in parent .children () if isinstance (c , QMenu ) and c .title () == name ]
226
225
if menus :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ QList< QgsComposerItem*> QgsComposerItemComboBox::exceptedItemList() const
102
102
{
103
103
return mProxyModel ->exceptedItemList ();
104
104
}
105
- QgsComposerItem* QgsComposerItemComboBox::item ( int index ) const
105
+ QgsComposerItem* QgsComposerItemComboBox::item ( int index ) const
106
106
{
107
107
const QModelIndex proxyIndex = mProxyModel ->index ( index, 0 );
108
108
if ( !proxyIndex.isValid () )
You can’t perform that action at this time.
0 commit comments