mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 15:29:26 -06:00
More code cleanup
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
void createSyncFile();
|
||||
|
||||
std::atomic_bool _enabled = false;
|
||||
size_t _torrentId;
|
||||
TorrentClient::TorrentId _torrentId;
|
||||
TorrentClient::TorrentProgress _progress;
|
||||
std::mutex _progressMutex;
|
||||
std::string _identifier;
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <openspace/util/synchronizationwatcher.h>
|
||||
#include <openspace/scripting/scriptengine.h>
|
||||
|
||||
|
||||
#include <ghoul/filesystem/filesystem.h>
|
||||
#include <ghoul/logging/logmanager.h>
|
||||
|
||||
|
||||
@@ -27,16 +27,15 @@
|
||||
|
||||
#include <openspace/util/task.h>
|
||||
|
||||
#include <openspace/scene/asset.h>
|
||||
#include <openspace/scene/assetloader.h>
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <openspace/scene/asset.h>
|
||||
#include <openspace/scene/assetloader.h>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
|
||||
class SyncAssetTask : public Task {
|
||||
public:
|
||||
class RequestListener : public AssetListener {
|
||||
|
||||
Reference in New Issue
Block a user