mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Remove debug output lines.
This commit is contained in:
parent
801be7edee
commit
d1b9611040
1 changed files with 0 additions and 2 deletions
|
@ -803,7 +803,6 @@ bool Application::event(QEvent* event) {
|
|||
}
|
||||
|
||||
void Application::keyPressEvent(QKeyEvent* event) {
|
||||
qDebug("Application::keyPressEvent(%x)", event->key());
|
||||
|
||||
_keysPressed.insert(event->key());
|
||||
|
||||
|
@ -1054,7 +1053,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
}
|
||||
|
||||
void Application::keyReleaseEvent(QKeyEvent* event) {
|
||||
qDebug("Application::keyReleaseEvent(%x)", event->key());
|
||||
|
||||
_keysPressed.remove(event->key());
|
||||
|
||||
|
|
Loading…
Reference in a new issue