Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Nov 20, 2018
1 parent a1ea0ac commit 4296c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsdataitem.h
Expand Up @@ -421,7 +421,6 @@ class CORE_EXPORT QgsDataItem : public QObject
QFutureWatcher< QVector <QgsDataItem *> > *mFutureWatcher;
// number of items currently in loading (populating) state
static QgsAnimatedIcon *sPopulatingIcon;
QList<QgsDataItem *> mSelectedItems;
};

Q_DECLARE_OPERATORS_FOR_FLAGS( QgsDataItem::Capabilities )
Expand Down

0 comments on commit 4296c77

Please sign in to comment.