Print error message when a resource synchronization is rejected (#546)

* Print error message when a resource synchronization is rejected
This commit is contained in:
Emil Axelsson
2018-03-14 18:29:38 +01:00
committed by Alexander Bock
parent bc5712bc5b
commit 0ce8605b97
2 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -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,