Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Undefined classes for mocing
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/core/project/qgsproject.h
|
@@ -50,6 +50,8 @@ |
|
|
#include "qgssettings.h" |
|
|
#include "qgspropertycollection.h" |
|
|
|
|
|
#include "qgsrelationmanager.h" |
|
|
#include "qgsmapthemecollection.h" |
|
|
|
|
|
class QFileInfo; |
|
|
class QDomDocument; |
|
@@ -59,11 +61,9 @@ class QDomNode; |
|
|
class QgsLayerTreeGroup; |
|
|
class QgsLayerTreeRegistryBridge; |
|
|
class QgsMapLayer; |
|
|
class QgsMapThemeCollection; |
|
|
class QgsPathResolver; |
|
|
class QgsProjectBadLayerHandler; |
|
|
class QgsProjectStorage; |
|
|
class QgsRelationManager; |
|
|
class QgsTolerance; |
|
|
class QgsTransactionGroup; |
|
|
class QgsVectorLayer; |
|
|