From 97f245767d3fb3c6678029e76967aba2a32931c7 Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Wed, 9 Aug 2023 20:26:57 +0200 Subject: [PATCH] Somehow fix Qt6 build --- plugins/sms/conversationsdbusinterface.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/sms/conversationsdbusinterface.h b/plugins/sms/conversationsdbusinterface.h index b3e37463e..1b431bd48 100644 --- a/plugins/sms/conversationsdbusinterface.h +++ b/plugins/sms/conversationsdbusinterface.h @@ -98,6 +98,13 @@ public Q_SLOTS: void requestAttachmentFile(const qint64 &partID, const QString &uniqueIdentifier); Q_SIGNALS: + + /** + * This signal is never emitted, but if it's not here then qdbuscpp2xml in Qt6 + * will not generate all the signals that use QDBusVariant in the output XML + */ + Q_SCRIPTABLE void veryHackyWorkaround(const QVariant &); + /** * Emitted whenever a conversation with no cached messages is added, either because the cache * is being populated or because a new conversation has been created