aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-12 17:55:55 -0200
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-16 15:39:10 -0300
commit126289e702c9d6c2f3c8a99de66cecdd4fd53a88 (patch)
tree44c72e764a3dad90082e56263fd07cb3612566e1 /typesystem.h
parentef54513a48df32b3f5d9b19e077d0ac4fefeae63 (diff)
Remove QThreadTypeEntry class
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/typesystem.h b/typesystem.h
index dc8344f6e..be0eb4c82 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -926,29 +926,6 @@ public:
};
};
-
-class ThreadTypeEntry : public TypeEntry
-{
-public:
- ThreadTypeEntry() : TypeEntry("QThread", ThreadType)
- {
- setCodeGeneration(GenerateNothing);
- }
-
- QString targetLangApiName() const
- {
- return strings_jobject;
- }
- QString targetLangName() const
- {
- return strings_Thread;
- }
- QString targetLangPackage() const
- {
- return stringsJavaLang;
- }
-};
-
class VoidTypeEntry : public TypeEntry
{
public: