Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
10b9f259
Commit
10b9f259
authored
Oct 01, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
kns: Notify when updates count changes
BUG: 426749
parent
293b5700
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/KNSBackend/KNSBackend.cpp
View file @
10b9f259
...
...
@@ -205,6 +205,8 @@ KNSBackend::KNSBackend(QObject* parent, const QString& iconName, const QString &
auto
addonsCategory
=
new
Category
(
topLevelName
,
iconName
,
filters
,
backendName
,
{
actualCategory
},
QUrl
(),
true
);
m_rootCategories
=
{
addonsCategory
};
}
connect
(
m_updater
,
&
StandardBackendUpdater
::
updatesCountChanged
,
this
,
&
KNSBackend
::
updatesCountChanged
);
}
KNSBackend
::~
KNSBackend
()
...
...
Aleix Pol Gonzalez
🐧
@apol
mentioned in commit
3bec5abb
·
Oct 01, 2020
mentioned in commit
3bec5abb
mentioned in commit 3bec5abb0a9a0747f395e1e8999f33c1097c132d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment