aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/typedatabase.h b/typedatabase.h
index 8c735c1c1..229da082a 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -30,7 +30,9 @@
APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision);
APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry);
APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry);
-APIEXTRACTOR_API int getMaxTypeIndex();
+APIEXTRACTOR_API APIEXTRACTOR_DEPRECATED(int getMaxTypeIndex());
+APIEXTRACTOR_API int getMaxTypeIndex(const QString& packageName);
+APIEXTRACTOR_API int getMaxPrimitiveTypeIndex(const QString& packageName);
class ContainerTypeEntry;
class PrimitiveTypeEntry;