Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initialize some more vars to make Valgrind happy
  • Loading branch information
elpaso committed Nov 22, 2017
1 parent bb3b689 commit 2169c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsaggregatetoolbutton.h
Expand Up @@ -89,7 +89,7 @@ class GUI_EXPORT QgsAggregateToolButton : public QToolButton
private:
void updateAvailableAggregates();
QMenu *mMenu = nullptr;
QVariant::Type mType;
QVariant::Type mType = QVariant::Invalid;
bool mActive = false;
QString mAggregate;
QList<QgsAggregateCalculator::AggregateInfo> mAvailableAggregates;
Expand Down

0 comments on commit 2169c88

Please sign in to comment.