summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2011-03-12 15:40:19 +0000
committerRobert Jonsson <spamatica@gmail.com>2011-03-12 15:40:19 +0000
commit82ffcfacf70e611092a36feadae5845d6772f176 (patch)
treec481a04909941ce1880f381ba9170b5705802cad /muse2/muse/widgets
parente077e6ab0bbc6247f7046c9d423cd1a470faae56 (diff)
cursor mode functional
Diffstat (limited to 'muse2/muse/widgets')
-rw-r--r--muse2/muse/widgets/shortcutcapturedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/widgets/shortcutcapturedialog.cpp b/muse2/muse/widgets/shortcutcapturedialog.cpp
index 8ca70a05..1c06eece 100644
--- a/muse2/muse/widgets/shortcutcapturedialog.cpp
+++ b/muse2/muse/widgets/shortcutcapturedialog.cpp
@@ -50,8 +50,8 @@ void ShortcutCaptureDialog::keyPressEvent(QKeyEvent* e)
temp_key = e->key();
QChar keychar(temp_key);
- bool ispunct = keychar.isPunct();
- bool issymbol = keychar.isSymbol();
+ //bool ispunct = keychar.isPunct();
+ //bool issymbol = keychar.isSymbol();
//printf("Key:%x, alt:%d, ctrl:%d shift:%d ispunct:%d issymbol:%d text:%s\n",
// e->key(), alt, ctrl, shift, ispunct, issymbol, e->text().toLatin1().constData());