Skip to content

Commit f86b86b

Browse files
committedOct 8, 2018
forward declaration for QgsVectorLayer
1 parent f5d2b88 commit f86b86b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/qgsstatisticalsummarydockwidget.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include "qgsfeedback.h"
2727
#include "qgsvectorlayerutils.h"
2828
#include "qgstaskmanager.h"
29-
#include "qgsvectorlayer.h"
3029

3130
#include "qgis_app.h"
3231

@@ -37,7 +36,7 @@ class QgsDockBrowserTreeView;
3736
class QgsLayerItem;
3837
class QgsDataItem;
3938
class QgsBrowserTreeFilterProxyModel;
40-
39+
class QgsVectorLayer;
4140

4241
/**
4342
* \class QgsStatisticsValueGatherer

0 commit comments

Comments
 (0)
Please sign in to comment.