diff options
Diffstat (limited to 'src/client/QXmppEntityTimeManager.h')
| -rw-r--r-- | src/client/QXmppEntityTimeManager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/QXmppEntityTimeManager.h b/src/client/QXmppEntityTimeManager.h index 7f16cb17..6c0b4896 100644 --- a/src/client/QXmppEntityTimeManager.h +++ b/src/client/QXmppEntityTimeManager.h @@ -21,7 +21,6 @@ * */ - #ifndef QXMPPENTITYTIMEMANAGER_H #define QXMPPENTITYTIMEMANAGER_H @@ -43,7 +42,7 @@ public: /// \cond QStringList discoveryFeatures() const override; - bool handleStanza(const QDomElement &element) override; + bool handleStanza(const QDomElement& element) override; /// \endcond signals: @@ -51,4 +50,4 @@ signals: void timeReceived(const QXmppEntityTimeIq&); }; -#endif // QXMPPENTITYTIMEMANAGER_H +#endif // QXMPPENTITYTIMEMANAGER_H |
