mirror of https://github.com/qt/qthttpserver.git
Use a context object and QtPrivate:makeCallableObject instead of std::function when adding routes. The rvalue was exchanged with a reference in the callback signature because QMetaObject::invokeMethod is not prepared to handle rvalues. The context object is used for two purposes, to ensure that a rule does not outlive the context object, and also it is posssible to use it as an object to call a member function on. Pick-to: 6.8 Change-Id: Ibc5478f2dab77f4aa4891819b1c7743c9767849e Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> |
||
---|---|---|
.. | ||
auto | ||
CMakeLists.txt |