diff options
| author | Mitch Curtis <mitch.curtis@qt.io> | 2025-11-07 17:22:13 +0800 |
|---|---|---|
| committer | Mitch Curtis <mitch.curtis@qt.io> | 2025-11-11 09:20:41 +0800 |
| commit | c6e80f8d62a47d437dc9b123e971887366c6504f (patch) | |
| tree | 35c4347b384f40dc1b3e55a3910fe35a23be9baa /tests/manual/quickcontrols/testbench/main.cpp | |
| parent | dd31db74a3e8d741fce5b64e5f9223d162534b1a (diff) | |
testbench: move context property into Utils singleton
Pick-to: 6.8 6.10
Change-Id: Iabfea6ceddb85a58b24180e09c20980b383e5fb5
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'tests/manual/quickcontrols/testbench/main.cpp')
| -rw-r--r-- | tests/manual/quickcontrols/testbench/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/quickcontrols/testbench/main.cpp b/tests/manual/quickcontrols/testbench/main.cpp index 876ee382a2..6007cffc9e 100644 --- a/tests/manual/quickcontrols/testbench/main.cpp +++ b/tests/manual/quickcontrols/testbench/main.cpp @@ -36,7 +36,6 @@ int main(int argc, char *argv[]) &app, []() { QCoreApplication::exit(-1); }, Qt::QueuedConnection); - engine.rootContext()->setContextProperty("availableStyles", QQuickStylePrivate::builtInStyles()); engine.loadFromModule("Testbench", "Main"); return app.exec(); |
