aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRpcIq.h
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2019-12-22 19:46:13 -0500
committerLNJ <lnj@kaidan.im>2019-12-23 19:04:55 +0100
commite148045e90eb2ac12bb6ba426052606d5ac38c40 (patch)
tree3ceedcc9997d4c25ec8b14bafecd5faad8cb4ed1 /src/base/QXmppRpcIq.h
parentee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff)
downloadqxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppRpcIq.h')
-rw-r--r--src/base/QXmppRpcIq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/QXmppRpcIq.h b/src/base/QXmppRpcIq.h
index 1edd31aa..91f8d39a 100644
--- a/src/base/QXmppRpcIq.h
+++ b/src/base/QXmppRpcIq.h
@@ -31,7 +31,7 @@
class QXMPP_EXPORT QXmppRpcMarshaller
{
public:
- static void marshall( QXmlStreamWriter *writer, const QVariant &value);
+ static void marshall(QXmlStreamWriter *writer, const QVariant &value);
static QVariant demarshall(const QDomElement &elem, QStringList &errors);
};
@@ -81,7 +81,7 @@ public:
QXmppRpcInvokeIq();
QString method() const;
- void setMethod( const QString &method );
+ void setMethod(const QString &method);
QVariantList arguments() const;
void setArguments(const QVariantList &arguments);
@@ -125,4 +125,4 @@ private:
QXmppRpcInvokeIq m_query;
};
-#endif // QXMPPRPCIQ_H
+#endif // QXMPPRPCIQ_H