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

List:       kde-commits
Subject:    koffice/kexi/kexiutils
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2007-07-10 18:35:15
Message-ID: 1184092515.278554.32672.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 686138 by staniek:

fix some compilers problems


 M  +3 -1      styleproxy.cpp  


--- trunk/koffice/kexi/kexiutils/styleproxy.cpp #686137:686138
@@ -42,5 +42,7 @@
 
 QStyle* StyleProxy::parentStyle() const
 {
-	return m_style ? m_style : QApplication::style();
+	if (m_style)
+		return m_style;
+	return QApplication::style();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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