summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qlibrary_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qlibrary_p.h')
-rw-r--r--src/corelib/plugin/qlibrary_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/plugin/qlibrary_p.h b/src/corelib/plugin/qlibrary_p.h
index 3ca544b2de..121ecae34e 100644
--- a/src/corelib/plugin/qlibrary_p.h
+++ b/src/corelib/plugin/qlibrary_p.h
@@ -68,6 +68,12 @@ QT_BEGIN_NAMESPACE
bool qt_debug_component();
+struct QLibraryScanResult
+{
+ qsizetype pos;
+ qsizetype length;
+};
+
class QLibraryStore;
class QLibraryPrivate
{