aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMixIq.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/QXmppMixIq.h
parentee218192f6c25eba0c8f041ca2e53b7222881aa0 (diff)
downloadqxmpp-e148045e90eb2ac12bb6ba426052606d5ac38c40.tar.gz
Add a .clang-format somewhat close to the current style
Diffstat (limited to 'src/base/QXmppMixIq.h')
-rw-r--r--src/base/QXmppMixIq.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/base/QXmppMixIq.h b/src/base/QXmppMixIq.h
index 166c329d..65c89327 100644
--- a/src/base/QXmppMixIq.h
+++ b/src/base/QXmppMixIq.h
@@ -63,29 +63,29 @@ public:
void setActionType(QXmppMixIq::Type);
QString jid() const;
- void setJid(const QString&);
+ void setJid(const QString &);
QString channelName() const;
- void setChannelName(const QString&);
+ void setChannelName(const QString &);
QStringList nodes() const;
- void setNodes(const QStringList&);
+ void setNodes(const QStringList &);
QString nick() const;
- void setNick(const QString&);
+ void setNick(const QString &);
/// \cond
- static bool isMixIq(const QDomElement&);
+ static bool isMixIq(const QDomElement &);
/// \endcond
protected:
/// \cond
- void parseElementFromChild(const QDomElement&) override;
- void toXmlElementFromChild(QXmlStreamWriter*) const override;
+ void parseElementFromChild(const QDomElement &) override;
+ void toXmlElementFromChild(QXmlStreamWriter *) const override;
/// \endcond
private:
QSharedDataPointer<QXmppMixIqPrivate> d;
};
-#endif // QXMPPMIXIQ_H
+#endif // QXMPPMIXIQ_H