diff options
Diffstat (limited to 'Tests/QtAutogen/main.cpp')
-rw-r--r-- | Tests/QtAutogen/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/QtAutogen/main.cpp b/Tests/QtAutogen/main.cpp index bd80180..39597ba 100644 --- a/Tests/QtAutogen/main.cpp +++ b/Tests/QtAutogen/main.cpp @@ -56,10 +56,9 @@ int main(int argv, char **args) CodeEditor editor; editor.setWindowTitle(QObject::tr("Code Editor Example")); - editor.show(); Window w; - w.show(); + w.setWindowTitle(QObject::tr("Window Example")); Foo foo; foo.doFoo(); |