mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Whoopsie.
This commit is contained in:
parent
6439947d53
commit
7c4cb2c00b
1 changed files with 1 additions and 2 deletions
|
|
@ -85,7 +85,6 @@ void ApplicationListModel::loadApplications()
|
|||
// I'll remove it once I've done a blacklist
|
||||
QStringList bl;
|
||||
|
||||
|
||||
QStringList blacklist = blgroup.readEntry("blacklist", QStringList());
|
||||
|
||||
beginResetModel();
|
||||
|
|
@ -143,7 +142,7 @@ void ApplicationListModel::loadApplications()
|
|||
}
|
||||
|
||||
blgroup.writeEntry("allapps", bl);
|
||||
cfg.sync();
|
||||
cfg->sync();
|
||||
|
||||
std::sort(unorderedList.begin(), unorderedList.end(), appNameLessThan);
|
||||
m_applicationList << orderedList.values();
|
||||
|
|
|
|||
Loading…
Reference in a new issue