From ba17f1d08e7c6bae915b581e2b2e035c8d5e6bf6 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 26 Aug 2007 20:27:26 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 4838cb4d..fbfe328d 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -2632,7 +2632,7 @@ void mainWindowImpl::networkStart(boost::shared_ptr game) void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) { - cout << event->key() << endl; +// cout << event->key() << endl; bool ctrlPressed = FALSE;