Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing include
  • Loading branch information
m-kuhn committed Sep 5, 2018
1 parent 17279a4 commit 4540061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslayercapabilitiesmodel.cpp
Expand Up @@ -19,6 +19,7 @@

#include "qgslayertree.h"
#include "qgslayertreemodel.h"
#include "qgsvectorlayer.h"

QgsLayerCapabilitiesModel::QgsLayerCapabilitiesModel( QgsProject *project, QObject *parent )
: QSortFilterProxyModel( parent )
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrassplugin.h
Expand Up @@ -18,6 +18,7 @@
#include "../qgisplugin.h"
#include "qgscoordinatereferencesystem.h"
#include "qgscoordinatetransform.h"
#include "qgseditformconfig.h"
#include <QObject>

class QgsGrassTools;
Expand All @@ -28,6 +29,7 @@ class QgsMapCanvas;
class QgsMapLayer;
class QgsMapTool;
class QgsRubberBand;
class QgsVectorLayer;

class QAction;
class QIcon;
Expand Down

0 comments on commit 4540061

Please sign in to comment.