From 11493f17d0ff13d4a95da2db4ba147e64ef1224d Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Mon, 17 Sep 2012 17:54:15 +0000 Subject: Added Mouse-keys to the ShortKeys. Needs some more testing. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@144 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FaceTrackNoIR/FaceTrackNoIR.h | 1 + 1 file changed, 1 insertion(+) (limited to 'FaceTrackNoIR/FaceTrackNoIR.h') diff --git a/FaceTrackNoIR/FaceTrackNoIR.h b/FaceTrackNoIR/FaceTrackNoIR.h index 789fa683..d2b9cdde 100644 --- a/FaceTrackNoIR/FaceTrackNoIR.h +++ b/FaceTrackNoIR/FaceTrackNoIR.h @@ -219,6 +219,7 @@ private: FaceTrackNoIR *mainApp; QList stringList; // List of strings, that describe the keyboard-keys QList keyList; // List of keys, with the values of the keyboard-keys + QList stringListMouse; // List of strings, that describe the mouse-keys private slots: void doOK(); -- cgit v1.2.3