diff options
| author | 0xd34df00d <0xd34df00d@gmail.com> | 2019-12-22 19:46:13 -0500 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-23 19:04:55 +0100 |
| commit | e148045e90eb2ac12bb6ba426052606d5ac38c40 (patch) | |
| tree | 3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /examples/example_2_rosterHandling | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'examples/example_2_rosterHandling')
| -rw-r--r-- | examples/example_2_rosterHandling/example_2_rosterHandling.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/example_2_rosterHandling/example_2_rosterHandling.h b/examples/example_2_rosterHandling/example_2_rosterHandling.h index 8eefae48..01fdac67 100644 --- a/examples/example_2_rosterHandling/example_2_rosterHandling.h +++ b/examples/example_2_rosterHandling/example_2_rosterHandling.h @@ -21,7 +21,6 @@ * */ - #ifndef XMPPCLIENT_H #define XMPPCLIENT_H @@ -34,7 +33,7 @@ class xmppClient : public QXmppClient Q_OBJECT public: - xmppClient(QObject *parent = nullptr); + xmppClient(QObject* parent = nullptr); ~xmppClient() override; public slots: @@ -43,7 +42,7 @@ public slots: void presenceChanged(const QString& bareJid, const QString& resource); private: - QXmppRosterManager *m_rosterManager; + QXmppRosterManager* m_rosterManager; }; -#endif // XMPPCLIENT_H +#endif // XMPPCLIENT_H |
