Arno Rehn
Arno Rehn
Currently, the StateMachineView can only be used with QtWidgets, even though it makes heavy use of QML internally. It would be nice if the widgets part were decoupled from the...
QNetworkAccessManager only sends the Authorization header after the server replies with status code 401. Not all servers do this (in particular, Maia's own XMLRPC server does not do this). Work...
Just wraps this in a QPointer so we're on the safe side if anyone else has already deleted clientConnection.