Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/lib/gui/qt/gui_control.cc


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (18 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/qt/gui_control.cc

    r8145 r8316  
    283283        ///case Qt::Key_Power: return SDLK_POWER;
    284284        ///case Qt::Key_Euro: return SDLK_EURO;
     285      default:
    285286        return -1;
    286287    }
Note: See TracChangeset for help on using the changeset viewer.