more logging for notifications

This commit is contained in:
Martin Rotter 2025-05-21 07:27:08 +02:00
parent f7f45375f8
commit fa2254db92

View file

@ -66,6 +66,7 @@ ArticleListNotification::ArticleListNotification(QWidget* parent)
}
void ArticleListNotification::loadResults(const QHash<Feed*, QList<Message>>& new_messages) {
qDebugNN << LOGSEC_NOTIFICATIONS << "Setting up RESULTS notification.";
setupTimedClosing(false);
m_newMessages = new_messages;