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/QXmppResultSet.h | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppResultSet.h')
| -rw-r--r-- | src/base/QXmppResultSet.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/base/QXmppResultSet.h b/src/base/QXmppResultSet.h index 55cc3149..8506bdc7 100644 --- a/src/base/QXmppResultSet.h +++ b/src/base/QXmppResultSet.h @@ -43,10 +43,10 @@ public: void setIndex(int index); QString before() const; - void setBefore(const QString &before ); + void setBefore(const QString &before); QString after() const; - void setAfter(const QString &after ); + void setAfter(const QString &after); bool isNull() const; @@ -71,10 +71,10 @@ public: QXmppResultSetReply(); QString first() const; - void setFirst(const QString &first ); + void setFirst(const QString &first); QString last() const; - void setLast(const QString &last ); + void setLast(const QString &last); int count() const; void setCount(int count); @@ -96,4 +96,4 @@ private: QString m_last; }; -#endif // QXMPPRESULTSET_H +#endif // QXMPPRESULTSET_H |
