NotificationsManager: Make a function static

This commit is contained in:
Tobias Fella
2026-01-21 12:24:34 +01:00
committed by Tobias Fella
parent 593f772845
commit bf41e1083d

View File

@@ -67,7 +67,7 @@ private:
QStringList m_connActiveJob;
void startNotificationJob(QPointer<NeoChatConnection> connection);
QPixmap createNotificationImage(const QImage &icon, NeoChatRoom *room);
static QPixmap createNotificationImage(const QImage &icon, NeoChatRoom *room);
bool shouldPostNotification(QPointer<NeoChatConnection> connection, const QJsonValue &notification);
void postNotification(NeoChatRoom *room,
const QString &sender,