Apply suggestions from code review

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-07-20 14:25:52 -04:00 committed by GitHub
parent f1d731da11
commit 1c545dffca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -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>

View file

@ -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();