From 1ba3b087975e523bb05b0703a5b0fa8392b7429b Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Mon, 22 Oct 2012 17:21:42 +0400 Subject: Avoid extra ';' in QXmppVCardIq declaration. Otherwise clang, for example, complains a lot about this with the -pedantic option. --- src/base/QXmppVCardIq.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/base/QXmppVCardIq.h b/src/base/QXmppVCardIq.h index 712b12b7..e1de81b6 100644 --- a/src/base/QXmppVCardIq.h +++ b/src/base/QXmppVCardIq.h @@ -48,7 +48,7 @@ public: Postal = 0x4, Preferred = 0x8 }; - Q_DECLARE_FLAGS(Type, TypeFlag); + Q_DECLARE_FLAGS(Type, TypeFlag) QXmppVCardAddress(); QXmppVCardAddress(const QXmppVCardAddress &other); @@ -97,7 +97,7 @@ public: Preferred = 0x8, X400 = 0x10 }; - Q_DECLARE_FLAGS(Type, TypeFlag); + Q_DECLARE_FLAGS(Type, TypeFlag) QXmppVCardEmail(); QXmppVCardEmail(const QXmppVCardEmail &other); @@ -142,7 +142,7 @@ public: PCS = 0x800, Preferred = 0x1000 }; - Q_DECLARE_FLAGS(Type, TypeFlag); + Q_DECLARE_FLAGS(Type, TypeFlag) QXmppVCardPhone(); QXmppVCardPhone(const QXmppVCardPhone &other); -- cgit v1.2.3