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

List:       kde-commits
Subject:    kdevelop/lib/widgets/propeditor
From:       Zack Rusin <zack () kde ! org>
Date:       2004-10-06 19:54:58
Message-ID: 20041006195458.76D1A9991 () office ! kde ! org
[Download RAW message or body]

CVS commit by zrusin: 

compile in kde mode


  M +4 -0      pdoublenuminput.cpp   1.10


--- kdevelop/lib/widgets/propeditor/pdoublenuminput.cpp  #1.9:1.10
@@ -78,5 +78,9 @@ void PDoubleNumInput::updateProperty(dou
 void PDoubleNumInput::updateProperty(int val)
 {
+#ifndef PURE_QT
     emit propertyChanged(m_property, QVariant(double(val/(double)pow(m_edit->digits(),10))));
+#else
+    Q_UNUSED(val);
+#endif
 }
 


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

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