author | unc0rr |
Sun, 04 Sep 2011 17:33:33 +0400 | |
changeset 5759 | 082a068c078d |
parent 5758 | 9af54df78b8a |
child 5760 | 8e9bd318171a |
--- a/QTfrontend/databrowser.cpp Sun Sep 04 14:59:38 2011 +0400 +++ b/QTfrontend/databrowser.cpp Sun Sep 04 17:33:33 2011 +0400 @@ -50,5 +50,6 @@ QUrl url = reply->request().attribute(urlAttribute).toUrl(); resources.insert(url, reply->readAll()); document()->addResource(type, reply->request().url(), QVariant()); + update(); } }