aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-22 14:37:49 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:09:57 -0300
commit60c0865c6af16c91244123fe6f2c328f5fc912a4 (patch)
tree25d0c036038c396528de57ae805af65bab0f84ee /typesystem.h
parent3cff3536c819b0c79aea9b5b72301622eea62c76 (diff)
Remove some java-oriented stuff from ApiExtractor inherited from QtJambi generator.
Reviewer: Lauro Moura <lauro.neto@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/typesystem.h b/typesystem.h
index b63db9b7b..201b747bd 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -1057,13 +1057,6 @@ public:
*/
PrimitiveTypeEntry* basicAliasedTypeEntry() const;
- QString javaObjectFullName() const
- {
- return javaObjectPackage() + "." + javaObjectName();
- }
- QString javaObjectName() const;
- QString javaObjectPackage() const;
-
virtual bool preferredConversion() const
{
return m_preferredConversion;