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

List:       kde-commits
Subject:    kdelibs/dcop
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2004-12-16 3:43:43
Message-ID: 20041216034343.BC1151BADB () office ! kde ! org
[Download RAW message or body]

CVS commit by reed: 

Qt/Mac fixes


  M +1 -1      dcopclient.cpp   1.188
  M +1 -1      kdatastream.h   1.5


--- kdelibs/dcop/dcopclient.cpp  #1.187:1.188
@@ -689,5 +689,5 @@ void DCOPClient::resume()
 bool DCOPClient::isSuspended() const
 {
-#ifdef Q_WS_WIN //TODO: REMOVE
+#if defined(Q_WS_WIN) || defined(Q_WS_MAC) //TODO: REMOVE
     if (!d->notifier)
         return false;

--- kdelibs/dcop/kdatastream.h  #1.4:1.5
@@ -18,5 +18,5 @@ inline QDataStream & operator >> (QDataS
 }
 
-#if QT_VERSION < 0x030200 && !defined(Q_WS_WIN)
+#if QT_VERSION < 0x030200 && !defined(Q_WS_WIN) && !defined(Q_WS_MAC)
 inline QDataStream & operator << (QDataStream & str, long long int ll)
 {


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

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