aboutsummaryrefslogtreecommitdiff
path: root/networksettings.h
AgeCommit message (Collapse)Author
2017-12-28NetworkSettings: add setupApplicationProxy() accessible from QML; proxyPort ↵Kitsune Ral
is quint16 now setupApplicationProxy(), so that clients in QML could apply changes in proxy settings without going down to C++. quint16, because this is a type actually used by QNetworkProxy.
2017-12-26NetworkSettings: store proxy configurationKitsune Ral
No credentials, just type, host, and port.