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

List:       kde-commits
Subject:    koffice/kexi/plugins/forms (silent)
From:       Jaroslaw Staniek <js () iidea ! pl>
Date:       2005-02-28 9:42:12
Message-ID: 20050228094212.6E3A1179FD () office ! kde ! org
[Download RAW message or body]

CVS commit by staniek: 

CVS_SILENT compile fixes


  M +2 -0      kexidbfactory.cpp   1.28
  M +1 -1      kexidbinputwidget.cpp   1.3


--- koffice/kexi/plugins/forms/kexidbfactory.cpp  #1.27:1.28
@@ -248,5 +248,7 @@ KexiDBFactory::startEditing(const QStrin
 {
         m_container = container;
+#ifndef Q_WS_WIN
         #warning Is there any reason to edit a lineedit in design-mode?
+#endif
         if(classname == "KexiDBLineEdit")
         {

--- koffice/kexi/plugins/forms/kexidbinputwidget.cpp  #1.2:1.3
@@ -32,5 +32,5 @@
 #include "kexidbinputwidget.h"
 
-#define INTMIN -2147483648
+#define INTMIN (-2147483647 - 1)
 #define INTMAX 2147483647
 #define PRECISION 2


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

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