summaryrefslogtreecommitdiffstats
path: root/src/input/privilegedHandlerForwarder.cpp
diff options
context:
space:
mode:
authorSebastien Braun2010-11-04 00:38:24 +0100
committerSebastien Braun2010-11-04 00:38:24 +0100
commit4fcc0efae9738bb28922da592fff78cfef50277b (patch)
treeb3855b36abe874606a802ec75fc573543d2d7b35 /src/input/privilegedHandlerForwarder.cpp
parent[PVSMGRTOUCH] resetall bug fixed (diff)
parentDocumentation fixes and code cleanup (diff)
downloadpvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.gz
pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.xz
pvs-4fcc0efae9738bb28922da592fff78cfef50277b.zip
Merge input handling work to master
Diffstat (limited to 'src/input/privilegedHandlerForwarder.cpp')
-rw-r--r--src/input/privilegedHandlerForwarder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/privilegedHandlerForwarder.cpp b/src/input/privilegedHandlerForwarder.cpp
index 3c0b3bd..17c4ab1 100644
--- a/src/input/privilegedHandlerForwarder.cpp
+++ b/src/input/privilegedHandlerForwarder.cpp
@@ -45,9 +45,9 @@ void PrivilegedHandlerForwarder::initialize()
}
}
-void PrivilegedHandlerForwarder::handle(InputEvent const& evt, InputEventContext const*)
+void PrivilegedHandlerForwarder::doHandle(InputEvent const& evt, InputEventContext const*)
{
- qDebug("Trying to handle %s in PrivilegedHandlerForwarder", evt.toString().c_str());
+ qDebug("Trying to handle %s in PrivilegedHandlerForwarder", evt.toString().toLocal8Bit().constData());
if(_socket < 0)
{
initialize();