summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-05 02:10:04 +0100
committerFabian Schillinger2010-11-05 02:10:04 +0100
commitc850c907ff61bf4798bdb4fa59f4679f9ba1287a (patch)
tree61aa14589cbec54eaf14b4b9f8e9100da28af9e8 /src/pvs.h
parentProcess start/stop/view functionality (diff)
parentMerge remote branch 'origin/master' (diff)
downloadpvs-c850c907ff61bf4798bdb4fa59f4679f9ba1287a.tar.gz
pvs-c850c907ff61bf4798bdb4fa59f4679f9ba1287a.tar.xz
pvs-c850c907ff61bf4798bdb4fa59f4679f9ba1287a.zip
Merge branch 'master' of openslx.org:pvs
Conflicts: src/gui/mainWindow.cpp
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 92e965e..e3ff329 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;
@@ -174,7 +174,8 @@ private:
QString processName;
// input event handling:
- unprivileged_handler_chain _inputEventHandlers;
+ InputEventHandlerChain _inputEventHandlers;
+ bool inputEventsAllowed();
void handleInputEvent(InputEvent const& evt);
void initializeInputEventHandling();