From cf54ba0b26b913e2f87c102f736886687505174b Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 11 Feb 2020 21:03:10 +0100 Subject: Make QXmpp work with projects using QT_NO_KEYWORDS This replaces all occurencies of 'slots' and 'signals' with 'Q_SLOTS' and 'Q_SIGNALS'. This allows for smooth integration with software projects that need QT_NO_KEYWORDS, such as those ones that rely on boost libraries. Closes #115. Co-authored-by: Tommaso Cucinotta --- src/client/QXmppArchiveManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppArchiveManager.h') diff --git a/src/client/QXmppArchiveManager.h b/src/client/QXmppArchiveManager.h index fca5e1c4..773d6fc3 100644 --- a/src/client/QXmppArchiveManager.h +++ b/src/client/QXmppArchiveManager.h @@ -67,7 +67,7 @@ public: bool handleStanza(const QDomElement &element) override; /// \endcond -signals: +Q_SIGNALS: /// This signal is emitted when archive list is received /// after calling listCollections() void archiveListReceived(const QList &, const QXmppResultSetReply &rsm = QXmppResultSetReply()); -- cgit v1.2.3