summaryrefslogtreecommitdiff
path: root/resourceqt-client
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-19 17:06:45 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-19 17:06:45 +0200
commitd6a687cdff25a69b3333a1e490934128b095f0db (patch)
tree22ad5401e417f5ab2706ae59f76ac5ebc74e9ed2 /resourceqt-client
parentda47faf6b036220e32e7ce90210530ba5ef9dc2b (diff)
Changes based on Qt feedback. Removed addResources, it add no value
Diffstat (limited to 'resourceqt-client')
-rw-r--r--resourceqt-client/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/resourceqt-client/client.cpp b/resourceqt-client/client.cpp
index 6b99ff5..1c4ce34 100644
--- a/resourceqt-client/client.cpp
+++ b/resourceqt-client/client.cpp
@@ -129,7 +129,7 @@ void Client::updateSet(uint32_t list, uint32_t optional, bool remove)
resource = allocateResource(res, opt);
if (resource) {
- resourceSet->addResource(resource);
+ resourceSet->addResourceObject(resource);
}
}
}