add load image from url
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user