aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-25 16:45:53 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-25 16:55:24 +0100
commit29972c870cef9ff93a204931bd0f6a9e33791cda (patch)
tree452714aa38a5615729b571ed8b28750d3c197d53 /src/imports
parent79ac5a2053c09246860d61a9d5124d89d0b30abd (diff)
Make a bunch of plugin headers private
This avoids a bunch of warnings and as these headers weren't exposed before they might as well be kept private. Change-Id: I42417516921ae6d498d1ed07728bdad654067b3d Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/folderlistmodel/plugin.cpp b/src/imports/folderlistmodel/plugin.cpp
index eda8ea19d7..28969a3d35 100644
--- a/src/imports/folderlistmodel/plugin.cpp
+++ b/src/imports/folderlistmodel/plugin.cpp
@@ -42,7 +42,7 @@
#include <QtQml/private/qqmlmetatype_p.h>
#include <QtLabsFolderListModel/private/qquickfolderlistmodelglobal_p.h>
-#include <QtLabsFolderListModel/qquickfolderlistmodel.h>
+#include <QtLabsFolderListModel/private/qquickfolderlistmodel_p.h>
QT_BEGIN_NAMESPACE