mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: remove application launcher widgets from the correct layout in launcher applet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
401ed17151
commit
d024e73cbb
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ void LauncherApplications::slotDelayedNavigate()
|
|||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
foreach (LauncherWidget* launcherwidget, m_launcherwidgets) {
|
||||
m_layout->removeItem(launcherwidget);
|
||||
m_launcherslayout->removeItem(launcherwidget);
|
||||
}
|
||||
qDeleteAll(m_launcherwidgets);
|
||||
m_launcherwidgets.clear();
|
||||
|
|
Loading…
Add table
Reference in a new issue