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

List:       kde-commits
Subject:    kdelibs/kabc
From:       George Staikos <staikos () kde ! org>
Date:       2003-10-01 6:20:33
[Download RAW message or body]

CVS commit by staikos: 

revert last - doesn't link with gcc.  must investigate.


  M +4 -6      secrecy.cpp   1.4


--- kdelibs/kabc/secrecy.cpp  #1.3:1.4
@@ -88,14 +88,12 @@ QString Secrecy::asString() const
 }
 
-QDataStream &operator<<( QDataStream &s, const Secrecy &secrecy )
+QDataStream &KABC::operator<<( QDataStream &s, const Secrecy &secrecy )
 {
-    return s << secrecy.type();
+    return s << secrecy.mType;
 }
 
-QDataStream &operator>>( QDataStream &s, Secrecy &secrecy )
+QDataStream &KABC::operator>>( QDataStream &s, Secrecy &secrecy )
 {
-    int x;
-    s >> x;
-    secrecy.setType(x);
+    s >> secrecy.mType;
 
     return s;


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

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