diff options
author | Michele Calgaro <[email protected]> | 2020-10-09 19:44:46 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-10-09 19:44:46 +0800 |
commit | 63ead30414e858a324809fa81ac79a4ebe18f754 (patch) | |
tree | ca3444d4d61f696b0cfeca93200cbd128b6002f9 /krdc/keycapturedialog.h | |
parent | 87f4e9ab47a1f2043d012bda4e3a7ea5cb872fdf (diff) | |
download | tdenetwork-63ead30414e858a324809fa81ac79a4ebe18f754.tar.gz tdenetwork-63ead30414e858a324809fa81ac79a4ebe18f754.zip |
krdc: fixed handling of keyboard grab/release. This resolves issue #27.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'krdc/keycapturedialog.h')
-rw-r--r-- | krdc/keycapturedialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/krdc/keycapturedialog.h b/krdc/keycapturedialog.h index 94e81699..e1860966 100644 --- a/krdc/keycapturedialog.h +++ b/krdc/keycapturedialog.h @@ -30,8 +30,6 @@ class KeyCaptureWidget; class KeyCaptureDialog : public KDialogBase { Q_OBJECT - - bool m_grabbed; public: KeyCaptureDialog(TQWidget * parent= 0, const char *name = 0); ~KeyCaptureDialog(); |