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