Somehow fix Qt6 build
This commit is contained in:
parent
7fae315fda
commit
97f245767d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue