summaryrefslogtreecommitdiff
path: root/libresourceqt/src
diff options
context:
space:
mode:
Diffstat (limited to 'libresourceqt/src')
-rw-r--r--libresourceqt/src/resource-engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libresourceqt/src/resource-engine.cpp b/libresourceqt/src/resource-engine.cpp
index 20cd157..b9d9ee2 100644
--- a/libresourceqt/src/resource-engine.cpp
+++ b/libresourceqt/src/resource-engine.cpp
@@ -230,7 +230,7 @@ void ResourceEngine::receivedAdvice(resmsg_notify_t *message)
{
uint32_t allResources = allResourcesToBitmask(resourceSet);
qDebug("ResourceEngine(%d) - %s: have: %02x got %02x", identifier, __FUNCTION__, allResources, message->resrc);
- emit resourcesBecameAvailable(message->resrc);
+ emit resourcesBecameAvailable(message->resrc);
}
bool ResourceEngine::connectToManager()