Render asset tree in gui

This commit is contained in:
Emil Axelsson
2017-12-07 18:44:08 +01:00
parent f33b24d551
commit 4a43ca44f2
3 changed files with 62 additions and 32 deletions
-1
View File
@@ -82,7 +82,6 @@ public:
void setState(State state);
void addSynchronization(std::shared_ptr<ResourceSynchronization> synchronization);
std::vector<std::shared_ptr<ResourceSynchronization>> ownSynchronizations() const;
std::vector<std::shared_ptr<ResourceSynchronization>> requiredSynchronizations() const;
void syncStateChanged(std::shared_ptr<ResourceSynchronization> sync,
ResourceSynchronization::State s);