Yet more cleanup of Asset-related files

This commit is contained in:
Alexander Bock
2020-05-06 20:33:27 +02:00
parent fa56e9ecf4
commit 01f0a864dc
7 changed files with 33 additions and 37 deletions
@@ -68,9 +68,9 @@ public:
State state() const;
const std::string& name() const;
bool isResolved();
bool isRejected();
bool isSyncing();
bool isResolved() const;
bool isRejected() const;
bool isSyncing() const;
CallbackHandle addStateChangeCallback(StateChangeCallback cb);
void removeStateChangeCallback(CallbackHandle id);