more logging for notifications
This commit is contained in:
parent
f7f45375f8
commit
fa2254db92
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue