forked from blue/squawk
Defaulted to qt6, fix some deprecations
This commit is contained in:
parent
a8060b393c
commit
066ab487fc
7 changed files with 76 additions and 74 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue