Somehow fix Qt6 build

This commit is contained in:
Albert Vaca Cintora 2023-08-09 20:26:57 +02:00
parent 7fae315fda
commit 97f245767d

View file

@ -98,6 +98,13 @@ public Q_SLOTS:
void requestAttachmentFile(const qint64 &partID, const QString &uniqueIdentifier); void requestAttachmentFile(const qint64 &partID, const QString &uniqueIdentifier);
Q_SIGNALS: 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 * 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 * is being populated or because a new conversation has been created