1
0
Fork 0
forked from blue/squawk

Defaulted to qt6, fix some deprecations

This commit is contained in:
Blue 2025-02-20 21:37:38 +02:00
parent a8060b393c
commit 066ab487fc
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
7 changed files with 76 additions and 74 deletions

View file

@ -77,6 +77,7 @@ private:
bool handlePendingMessageError(const QString& id, const QString& errorText);
std::pair<Shared::Message::State, QString> scheduleSending(const Shared::Message& message, const QDateTime& sendTime, const QString& originalId);
bool adjustPendingMessage(const QString& messageId, const QMap<QString, QVariant>& data, bool final);
void initializeIDs(Shared::Message& target, const QXmppMessage& source) const;
private:
Account* acc;