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

List:       kde-commits
Subject:    qt-copy/src/kernel
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2003-05-16 13:48:08
[Download RAW message or body]

CVS commit by hausmann: 

- fix binary compatibility against Qt 3.1. The two VerticalExtra items
  were added in the middle of the enum, which is binary incompatible. Moving
  to the end, right before the other two newly added ToolBoxTab and 
  HeaderLabel items. Found by Maksim

CCMAIL: qt-bugs@trolltech.com


  M +2 -2      qstyle.h   1.51


--- qt-copy/src/kernel/qstyle.h  #1.50:1.51
@@ -274,9 +274,9 @@ public:
 
         CE_ToolButtonLabel,
-        CE_PopupMenuVerticalExtra,
-        CE_PopupMenuHorizontalExtra,
         CE_MenuBarEmptyArea,
         CE_PopupMenuScroller,
         CE_DockWindowEmptyArea,
+        CE_PopupMenuVerticalExtra,
+        CE_PopupMenuHorizontalExtra,
 
         CE_ToolBoxTab,


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

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