summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
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/pvs.h
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/pvs.h')
-rwxr-xr-xsrc/pvs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pvs.h b/src/pvs.h
index f99e497..db87b8e 100755
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -29,7 +29,7 @@
#include <QFile>
#include <QTextStream>
#include <QDir>
-#include "src/input/inputHandlerChain.h"
+#include "src/input/inputEventHandler.h"
class PVSServiceDiscovery;
class PVSDiscoveredServer;
@@ -173,7 +173,8 @@ private:
int _timerLockDelay;
// input event handling:
- unprivileged_handler_chain _inputEventHandlers;
+ InputEventHandlerChain _inputEventHandlers;
+ bool inputEventsAllowed();
void handleInputEvent(InputEvent const& evt);
void initializeInputEventHandling();