mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
make proto uses priorityRegister
This commit is contained in:
@@ -17,7 +17,7 @@ StaticFileServing::StaticFileServing (Hyperion *hyperion, QString baseUrl, quint
|
||||
_mimeDb = new QMimeDatabase;
|
||||
|
||||
_server = new QtHttpServer (this);
|
||||
_server->setServerName (QStringLiteral ("Qt Static HTTP File Server"));
|
||||
_server->setServerName (QStringLiteral ("Hyperion WebConfig"));
|
||||
|
||||
connect (_server, &QtHttpServer::started, this, &StaticFileServing::onServerStarted);
|
||||
connect (_server, &QtHttpServer::stopped, this, &StaticFileServing::onServerStopped);
|
||||
|
Reference in New Issue
Block a user