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 /src/base/QXmppArchiveIq.h | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppArchiveIq.h')
| -rw-r--r-- | src/base/QXmppArchiveIq.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/base/QXmppArchiveIq.h b/src/base/QXmppArchiveIq.h index a631e096..9609a4fc 100644 --- a/src/base/QXmppArchiveIq.h +++ b/src/base/QXmppArchiveIq.h @@ -133,13 +133,13 @@ public: void setChats(const QList<QXmppArchiveChat> &chats); QString with() const; - void setWith( const QString &with ); + void setWith(const QString &with); QDateTime start() const; - void setStart(const QDateTime &start ); + void setStart(const QDateTime &start); QDateTime end() const; - void setEnd(const QDateTime &end ); + void setEnd(const QDateTime &end); QXmppResultSetQuery resultSetQuery() const; void setResultSetQuery(const QXmppResultSetQuery &rsm); @@ -174,13 +174,13 @@ class QXMPP_EXPORT QXmppArchiveRemoveIq : public QXmppIq { public: QString with() const; - void setWith( const QString &with ); + void setWith(const QString &with); QDateTime start() const; - void setStart(const QDateTime &start ); + void setStart(const QDateTime &start); QDateTime end() const; - void setEnd(const QDateTime &end ); + void setEnd(const QDateTime &end); /// \cond static bool isArchiveRemoveIq(const QDomElement &element); @@ -244,4 +244,4 @@ protected: /// \endcond }; -#endif // QXMPPARCHIVEIQ_H +#endif // QXMPPARCHIVEIQ_H |
