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

List:       kde-commits
Subject:    kdelibs/kstyles/keramik
From:       Frerich Raabe <raabe () kde ! org>
Date:       2003-11-05 17:39:50
[Download RAW message or body]

CVS commit by raabe: 

- Fix warning


  M +3 -3      keramik.cpp   1.119


--- kdelibs/kstyles/keramik/keramik.cpp  #1.118:1.119
@@ -2360,6 +2360,6 @@ int KeramikStyle::pixelMetric(PixelMetri
                 case PM_TabBarTabShiftVertical:
                 {
-                        const QTabBar* tb;
-                        if (tb = ::qt_cast<const QTabBar*>(widget))
+                        const QTabBar* tb = ::qt_cast<const QTabBar*>(widget);
+                        if (tb)
                         {
                                 if (tb->shape() == QTabBar::RoundedBelow || 


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

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