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

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint (silent)
From:       Clarence Dang <dang () kde ! org>
Date:       2006-07-09 9:58:13
Message-ID: 1152439093.053054.22211.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 560109 by dang:

SVN_SILENT add const

 M  +1 -1      kptool.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/kptool.cpp #560108:560109
@@ -1416,7 +1416,7 @@
     #if DEBUG_KP_TOOL && 0 || 1
         kDebug () << "\t\tmodifiers not changed - figure out the truth" << endl;
     #endif
-        Qt::KeyboardModifiers keyState = QApplication::keyboardModifiers ();
+        const Qt::KeyboardModifiers keyState = QApplication::keyboardModifiers ();
 
         setShiftPressed (keyState & Qt::ShiftModifier);
         setControlPressed (keyState & Qt::ControlModifier);
[prev in list] [next in list] [prev in thread] [next in thread] 

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