Accidentally left a debug line in.

This commit is contained in:
Andrzej Kapolka 2013-05-14 10:47:21 -07:00
parent 096421347e
commit a5e7fdeacd

View file

@ -489,8 +489,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
return;
}
qDebug() << QKeySequence(event->key());
bool shifted = event->modifiers().testFlag(Qt::ShiftModifier);
switch (event->key()) {
case Qt::Key_BracketLeft: