I hate unsigned variables.
svn path=/trunk/kdebase/kwin/; revision=341287
This commit is contained in:
parent
afb37c5f77
commit
aab098daaa
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue