diff options
Diffstat (limited to 'qtsharp/src/generator/QAncestor.cs')
-rw-r--r-- | qtsharp/src/generator/QAncestor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/generator/QAncestor.cs b/qtsharp/src/generator/QAncestor.cs index 5467a902..bb35051b 100644 --- a/qtsharp/src/generator/QAncestor.cs +++ b/qtsharp/src/generator/QAncestor.cs @@ -20,7 +20,7 @@ using System; namespace QtCSharp { - public class QAncestor : QType { + public class TQAncestor : TQType { } } |