Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ setPrivateKey
Method
setPrivateKey
sources/webserver/QtHttpServer.cpp:159–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
};
158
159
void QtHttpServer::setPrivateKey(const QSslKey& key)
160
{
161
m_sslKey = key;
162
};
163
164
void QtHttpServer::setCertificates(const QList<QSslCertificate>& certs)
165
{
Callers
2
handleSettingsUpdate
Method · 0.80
onClientConnected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected