mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
noise--
This commit is contained in:
parent
af2fc8038b
commit
50117f9e07
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ void ApplicationListModel::loadApplications()
|
|||
if (!serviceGroup->noDisplay()) {
|
||||
KServiceGroup::List entryGroupList = serviceGroup->entries(true);
|
||||
|
||||
for(KServiceGroup::List::ConstIterator it = entryGroupList.begin(); it != entryGroupList.end(); it++) {qWarning()<<"BBBBB"<<(*it)->name();
|
||||
for(KServiceGroup::List::ConstIterator it = entryGroupList.begin(); it != entryGroupList.end(); it++) {
|
||||
KSycocaEntry::Ptr entry = (*it);
|
||||
ApplicationData data;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue