@@ -61,7 +61,7 @@ class CORE_EXPORT QgsStringStatisticalSummary
61
61
/* * Constructor for QgsStringStatistics
62
62
* \param stats flags for statistics to calculate
63
63
*/
64
- QgsStringStatisticalSummary ( QgsStringStatisticalSummary::Statistics stats = All );
64
+ QgsStringStatisticalSummary ( QgsStringStatisticalSummary::Statistics stats = QgsStringStatisticalSummary:: All );
65
65
66
66
/* * Returns flags which specify which statistics will be calculated. Some statistics
67
67
* are always calculated (e.g., count).
@@ -74,7 +74,7 @@ class CORE_EXPORT QgsStringStatisticalSummary
74
74
* \param stats flags for statistics to calculate
75
75
* \see statistics
76
76
*/
77
- void setStatistics ( Statistics stats ) { mStatistics = stats; }
77
+ void setStatistics ( QgsStringStatisticalSummary:: Statistics stats ) { mStatistics = stats; }
78
78
79
79
/* * Resets the calculated values
80
80
*/
@@ -134,7 +134,7 @@ class CORE_EXPORT QgsStringStatisticalSummary
134
134
* \param stat statistic to return
135
135
* \returns calculated value of statistic
136
136
*/
137
- QVariant statistic ( Statistic stat ) const ;
137
+ QVariant statistic ( QgsStringStatisticalSummary:: Statistic stat ) const ;
138
138
139
139
/* * Returns the calculated count of values.
140
140
*/
@@ -179,7 +179,7 @@ class CORE_EXPORT QgsStringStatisticalSummary
179
179
/* * Returns the friendly display name for a statistic
180
180
* \param statistic statistic to return name for
181
181
*/
182
- static QString displayName ( Statistic statistic );
182
+ static QString displayName ( QgsStringStatisticalSummary:: Statistic statistic );
183
183
184
184
private:
185
185
0 commit comments