summaryrefslogtreecommitdiff
path: root/libresourceqt/src/resource-engine.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 11:45:24 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-15 11:45:24 +0200
commit75d34a403884640d9203c6eed3ed3b74964e94e8 (patch)
tree442485a59717b92fc3fbad635114e87d5500f121 /libresourceqt/src/resource-engine.h
parentf15d3608dc4d6444fb587f9dfbb93c7a8b02c740 (diff)
Fixed acquire
Diffstat (limited to 'libresourceqt/src/resource-engine.h')
-rw-r--r--libresourceqt/src/resource-engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libresourceqt/src/resource-engine.h b/libresourceqt/src/resource-engine.h
index a3693e9..34f416a 100644
--- a/libresourceqt/src/resource-engine.h
+++ b/libresourceqt/src/resource-engine.h
@@ -44,7 +44,7 @@ public:
void receivedAdvice(resmsg_notify_t *notifyMessage);
void handleStatusMessage(quint32 requestNo);
- void handleError(quint32 requestNo, quint32 code, const char *message);
+ void handleError(quint32 requestNo, qint32 code, const char *message);
void setMode(quint32 newMode);