mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:30:38 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
f1d731da11
commit
1c545dffca
3 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Vircadia Metadata exporter</title>
|
||||
<title>Vircadia Metadata Exporter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Vircadia Metadata exporter</h1>
|
||||
<h1>Vircadia Metadata Exporter</h1>
|
||||
|
||||
<p>If you can see this page, this means that your domain's metadata is available to be exported.</p>
|
||||
<p>
|
||||
|
|
|
@ -44,12 +44,11 @@ public:
|
|||
|
||||
DomainMetadata(QObject* domainServer);
|
||||
~DomainMetadata() = default;
|
||||
|
||||
// Get cached metadata
|
||||
QJsonObject get();
|
||||
QJsonObject get(const QString& group);
|
||||
|
||||
bool handleHTTPRequest(HTTPConnection* connection, const QUrl& url, bool skipSubHandler = false);
|
||||
bool handleHTTPRequest(HTTPConnection* connection, const QUrl& url, bool skipSubHandler = false) override;
|
||||
|
||||
public slots:
|
||||
void descriptorsChanged();
|
||||
|
|
Loading…
Reference in a new issue