Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Initialize some more vars to make Valgrind happy
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/qgsaggregatetoolbutton.h
|
@@ -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; |
|
|