[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kde3support/kdeui
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2008-08-06 10:26:00
Message-ID: 1218018360.563402.21276.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 842959 by ogoffart:

Compilation with strict flags operators


 M  +1 -1      k3popupmenu.cpp  


--- trunk/KDE/kdelibs/kde3support/kdeui/k3popupmenu.cpp #842958:842959
@@ -388,7 +388,7 @@
 {
 #ifdef QT3_SUPPORT
     // Save the button, and the modifiers from state()
-    d->state = Qt::ButtonState(e->button() | (e->state() & Qt::KeyboardModifierMask));
+	d->state = Qt::ButtonState(uint(e->button()) | (e->state() & Qt::KeyboardModifierMask));
 #endif
     // Save the button, and the modifiers
     d->keyboardModifiers = e->modifiers();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic