Minor cleanup.

pull/520/head
Adam Treat 1 year ago
parent cca2a88e47
commit 993a43d33a

@ -1,7 +1,6 @@
#ifndef DOWNLOAD_H
#define DOWNLOAD_H
#include <QObject>
#include <QObject>
#include <QNetworkAccessManager>
#include <QNetworkReply>
@ -38,7 +37,7 @@ public:
Q_INVOKABLE void downloadModel(const QString &modelFile);
Q_INVOKABLE void cancelDownload(const QString &modelFile);
public Q_SLOTS:
private Q_SLOTS:
void handleJsonDownloadFinished();
void handleDownloadProgress(qint64 bytesReceived, qint64 bytesTotal);
void handleModelDownloadFinished();

Loading…
Cancel
Save