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/client/QXmppCarbonManager.h | |
| parent | ee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff) | |
| download | qxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz | |
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/client/QXmppCarbonManager.h')
| -rw-r--r-- | src/client/QXmppCarbonManager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/QXmppCarbonManager.h b/src/client/QXmppCarbonManager.h index 821c56df..073769f9 100644 --- a/src/client/QXmppCarbonManager.h +++ b/src/client/QXmppCarbonManager.h @@ -21,7 +21,6 @@ * */ - #ifndef QXMPPCARBONMANAGER_H #define QXMPPCARBONMANAGER_H @@ -58,14 +57,14 @@ signals: /// and directed to another resource. /// If you connect this signal to the \s QXmppClient::messageReceived /// signal, they will appear as normal messages. - void messageReceived(const QXmppMessage&); + void messageReceived(const QXmppMessage &); /// \brief Emitted when another resource sent a message to /// someone else - void messageSent(const QXmppMessage&); + void messageSent(const QXmppMessage &); private: bool m_carbonsEnabled; }; -#endif // QXMPPCARBONMANAGER_H +#endif // QXMPPCARBONMANAGER_H |
