summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2025-01-16 20:54:09 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2025-01-16 20:54:09 +0200
commita62a93331ff59e762b0f7d26051a8cb6afdd2ce5 (patch)
tree6745bacbe14b85a4d81000e8770d34a248165dea /tests/auto/quick
parent77c4670a926c461d182db33242edac779f9e44d2 (diff)
parent45c01c6e389f639948db46d627b0b378565aeda6 (diff)
Merge branch 'tqtc/lts-6.2-opensource' into 6.2.116.2.11
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qmltests/tst_qmltests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/tst_qmltests.cpp b/tests/auto/quick/qmltests/tst_qmltests.cpp
index 9e928157e..d27ef269d 100644
--- a/tests/auto/quick/qmltests/tst_qmltests.cpp
+++ b/tests/auto/quick/qmltests/tst_qmltests.cpp
@@ -263,7 +263,7 @@ int main(int argc, char **argv)
#if QT_CONFIG(ssl)
qmlRegisterSingletonType<HttpsServer>(
"Test.Shared", 1, 0, "HttpsServer", [&](QQmlEngine *, QJSEngine *) {
- return new HttpsServer(":/resources/server.pem", ":/resources/server.key", "");
+ return new HttpsServer(":/resources/server.pem", ":/resources/server.key");
});
#endif
Setup setup;