aboutsummaryrefslogtreecommitdiff
path: root/examples/example_9_vCard
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2019-12-22 19:46:13 -0500
committerLNJ <lnj@kaidan.im>2019-12-23 19:04:55 +0100
commite148045e90eb2ac12bb6ba426052606d5ac38c40 (patch)
tree3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /examples/example_9_vCard
parentee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff)
downloadqxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'examples/example_9_vCard')
-rw-r--r--examples/example_9_vCard/example_9_vCard.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/example_9_vCard/example_9_vCard.h b/examples/example_9_vCard/example_9_vCard.h
index 09de39c8..9e7553a5 100644
--- a/examples/example_9_vCard/example_9_vCard.h
+++ b/examples/example_9_vCard/example_9_vCard.h
@@ -21,7 +21,6 @@
*
*/
-
#ifndef XMPPCLIENT_H
#define XMPPCLIENT_H
@@ -42,11 +41,11 @@ public:
public slots:
void clientConnected();
void rosterReceived();
- void vCardReceived(const QXmppVCardIq&);
+ void vCardReceived(const QXmppVCardIq &);
private:
QXmppRosterManager *m_rosterManager;
QXmppVCardManager *m_vCardManager;
};
-#endif // XMPPCLIENT_H
+#endif // XMPPCLIENT_H