I hate unsigned variables.

svn path=/trunk/kdebase/kwin/; revision=341287
icc-effect-5.14.5
Luboš Luňák 2004-08-26 10:27:09 +00:00
parent afb37c5f77
commit aab098daaa
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ static bool areModKeysDepressed( const KKeySequence& seq )
static bool areModKeysDepressed( const KShortcut& cut )
{
for( int i = 0;
for( unsigned int i = 0;
i < cut.count();
++i )
{