NotificationsManager: Make a function static
This commit is contained in:
committed by
Tobias Fella
parent
593f772845
commit
bf41e1083d
@@ -67,7 +67,7 @@ private:
|
|||||||
QStringList m_connActiveJob;
|
QStringList m_connActiveJob;
|
||||||
void startNotificationJob(QPointer<NeoChatConnection> connection);
|
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 ¬ification);
|
bool shouldPostNotification(QPointer<NeoChatConnection> connection, const QJsonValue ¬ification);
|
||||||
void postNotification(NeoChatRoom *room,
|
void postNotification(NeoChatRoom *room,
|
||||||
const QString &sender,
|
const QString &sender,
|
||||||
|
|||||||
Reference in New Issue
Block a user