X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fkeygrabber.h;h=abaf534122bf6c17da4c4b95cc7ee46527a1f9ab;hb=2e7108fbe3b1a8a42f155069e4648d43fda57789;hp=cb0abaf7352499413590e2e96d115103d59f7c2c;hpb=d45cbbf10d32c4b44a924e19b0f4ee2fbe51b46c;p=virtualjaguar diff --git a/src/gui/keygrabber.h b/src/gui/keygrabber.h index cb0abaf..abaf534 100644 --- a/src/gui/keygrabber.h +++ b/src/gui/keygrabber.h @@ -28,8 +28,8 @@ class KeyGrabber: public QDialog private: QLabel * label; QTimer * timer; - bool buttonDown; - int button; + static bool buttonDown; // Class variable + static int button; // Class variable public: int key;