Skip to content

Commit

Permalink
Update src/app/qgisapp.h
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
elpaso and m-kuhn committed Dec 19, 2019
1 parent cb9f6ab commit 35af12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -2032,7 +2032,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
* \return a list of weak references to broken layer dependencies * \return a list of weak references to broken layer dependencies
*/ */
const QList< QgsVectorLayerRef > findBrokenLayerDependencies( QgsVectorLayer *vectorLayer, const QList< QgsVectorLayerRef > findBrokenLayerDependencies( QgsVectorLayer *vectorLayer,
QgsMapLayer::StyleCategories categories = QgsMapLayer::AllStyleCategories ) const; QgsMapLayer::StyleCategories categories = QgsMapLayer::StyleCategory::AllStyleCategories ) const;


/** /**
* Scans the \a vectorLayer for broken dependencies and automatically * Scans the \a vectorLayer for broken dependencies and automatically
Expand Down

0 comments on commit 35af12a

Please sign in to comment.