summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qhooks_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qhooks_p.h')
-rw-r--r--src/corelib/global/qhooks_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qhooks_p.h b/src/corelib/global/qhooks_p.h
index 12a59a1399..28e0c1ed37 100644
--- a/src/corelib/global/qhooks_p.h
+++ b/src/corelib/global/qhooks_p.h
@@ -50,6 +50,7 @@ enum HookIndex {
AddQObject = 3,
RemoveQObject = 4,
Startup = 5,
+ TypeInformationVersion = 6,
LastHookIndex
};