aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppSceEnvelope_p.h
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-08 08:26:46 +0000
committerLinus Jahn <lnj@kaidan.im>2022-01-15 14:04:15 +0100
commitfd11e024a6079be3e0bc62911b6e3070c7553224 (patch)
tree199a3d658bc1641259faffd588534788fadb05dd /src/client/QXmppSceEnvelope_p.h
parentee1ea9091f128164f91d29d7a3598d792326c1a7 (diff)
downloadqxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz
Run 'clang-format' on all files
Diffstat (limited to 'src/client/QXmppSceEnvelope_p.h')
-rw-r--r--src/client/QXmppSceEnvelope_p.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/QXmppSceEnvelope_p.h b/src/client/QXmppSceEnvelope_p.h
index 353c4730..4a92378d 100644
--- a/src/client/QXmppSceEnvelope_p.h
+++ b/src/client/QXmppSceEnvelope_p.h
@@ -17,10 +17,11 @@
#ifndef QXMPPSCEENVELOPE_P_H
#define QXMPPSCEENVELOPE_P_H
-#include <QDomElement>
-#include <QDateTime>
#include "QXmppUtils.h"
+#include <QDateTime>
+#include <QDomElement>
+
class QXmppSceEnvelopeReader
{
public:
@@ -44,7 +45,7 @@ public:
inline QDateTime timestamp()
{
return QXmppUtils::datetimeFromString(
- element.firstChildElement(QStringLiteral("time")).attribute(QStringLiteral("stamp")));
+ element.firstChildElement(QStringLiteral("time")).attribute(QStringLiteral("stamp")));
}
// rpad is usually not needed (but can be parsed manually if really needed)
@@ -106,4 +107,4 @@ private:
QXmlStreamWriter &writer;
};
-#endif // QXMPPSCEENVELOPE_P_H
+#endif // QXMPPSCEENVELOPE_P_H