blob: 30e425aeda69fc9adcedbc3fcdc97e4166dc881e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/kabc/secrecy.h b/kabc/secrecy.h
index 21e22f2..3011ae9 100644
--- a/kabc/secrecy.h
+++ b/kabc/secrecy.h
@@ -98,5 +98,8 @@ private:
int mType;
};
+QDataStream& operator<<(QDataStream& s,const Secrecy &secrecy);
+QDataStream& operator>>(QDataStream& s,Secrecy &secrecy);
+
}
#endif
|