aboutsummaryrefslogtreecommitdiffstats
path: root/typedatabase.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-08-29 18:22:00 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:19 -0300
commitf60da508aa6e45232dbb1ae2831c4a45479d168e (patch)
tree7b8140e14e0f4e3db81c62db4bf614e3c3b5b4b0 /typedatabase.h
parent16dc50e25109274f400a064b4d672384d09b22f7 (diff)
Revert "Implement getTypeIndex function for types no generated types and primitive types."
This commit broke the macosx build of PySide. This reverts commit e9758a01f15bc53de8e03b77ec8beb5673b1b1af.
Diffstat (limited to 'typedatabase.h')
-rw-r--r--typedatabase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/typedatabase.h b/typedatabase.h
index 229da082a..8c735c1c1 100644
--- a/typedatabase.h
+++ b/typedatabase.h
@@ -30,9 +30,7 @@
APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision);
APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry);
APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry);
-APIEXTRACTOR_API APIEXTRACTOR_DEPRECATED(int getMaxTypeIndex());
-APIEXTRACTOR_API int getMaxTypeIndex(const QString& packageName);
-APIEXTRACTOR_API int getMaxPrimitiveTypeIndex(const QString& packageName);
+APIEXTRACTOR_API int getMaxTypeIndex();
class ContainerTypeEntry;
class PrimitiveTypeEntry;