diff options
Diffstat (limited to 'examples/models/completionmodel')
-rw-r--r-- | examples/models/completionmodel/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/completionmodel/main.cpp b/examples/models/completionmodel/main.cpp index 88415c2..ce1dc6b 100644 --- a/examples/models/completionmodel/main.cpp +++ b/examples/models/completionmodel/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char **argv) QQuickView v; v.rootContext()->setContextProperty("completionModel", &model); - v.setWindowTitle(QObject::tr("Completion Model")); + v.setTitle(QObject::tr("Completion Model")); v.setSource(QUrl("qrc:/main.qml")); v.show(); |