mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Initialize some more vars to make Valgrind happy
This commit is contained in:
parent
bb3b6898fb
commit
2169c8809c
@ -89,7 +89,7 @@ class GUI_EXPORT QgsAggregateToolButton : public QToolButton
|
|||||||
private:
|
private:
|
||||||
void updateAvailableAggregates();
|
void updateAvailableAggregates();
|
||||||
QMenu *mMenu = nullptr;
|
QMenu *mMenu = nullptr;
|
||||||
QVariant::Type mType;
|
QVariant::Type mType = QVariant::Invalid;
|
||||||
bool mActive = false;
|
bool mActive = false;
|
||||||
QString mAggregate;
|
QString mAggregate;
|
||||||
QList<QgsAggregateCalculator::AggregateInfo> mAvailableAggregates;
|
QList<QgsAggregateCalculator::AggregateInfo> mAvailableAggregates;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user