This commit is contained in:
doitux
2007-08-26 20:27:26 +00:00
parent 513f71aba8
commit ba17f1d08e
+1 -1
View File
@@ -2632,7 +2632,7 @@ void mainWindowImpl::networkStart(boost::shared_ptr<Game> game)
void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
cout << event->key() << endl;
// cout << event->key() << endl;
bool ctrlPressed = FALSE;