mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Print error message when a resource synchronization is rejected (#546)
* Print error message when a resource synchronization is rejected
This commit is contained in:
committed by
Alexander Bock
parent
bc5712bc5b
commit
0ce8605b97
@@ -83,7 +83,8 @@ public:
|
||||
void clearSynchronizations();
|
||||
std::vector<std::shared_ptr<ResourceSynchronization>> ownSynchronizations() const;
|
||||
|
||||
void syncStateChanged(ResourceSynchronization::State s);
|
||||
void syncStateChanged(std::shared_ptr<ResourceSynchronization> sync,
|
||||
ResourceSynchronization::State s);
|
||||
|
||||
/**
|
||||
* Load this asset and return true if successful,
|
||||
|
||||
Reference in New Issue
Block a user