Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
6.8.0 Beta1
-
None
Description
Hi,
Creating an empty configuration take 60ms on my system.
QElapsedTimer timer; timer.start(); QSslConfiguration configuration; qDebug() << u"Main: The slow operation took"_s << timer.elapsed() << u"milliseconds"_s;
As this is supposed to construct an empty configuration, I wouldn't expect it to take that long.