add load image from url

This commit is contained in:
2019-09-26 14:53:44 +02:00
parent 0a8c3aeaf2
commit e406f7964c
6 changed files with 152 additions and 4 deletions

View File

@@ -321,7 +321,8 @@ void Node::loaded()
void Node::added(Node* parent)
{
for (auto& c : m_children)
c->added(this);
}
void Node::removed(Node* parent)