mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: adjust to plasma classes changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3b2de324bc
commit
cd4884c28a
3 changed files with 0 additions and 6 deletions
|
@ -2079,8 +2079,6 @@ void FolderView::activated(const QModelIndex &index)
|
|||
Plasma::WindowEffects::slideWindow(m_dialog, location());
|
||||
m_dialog->hide();
|
||||
}
|
||||
|
||||
emit releaseVisualFocus();
|
||||
}
|
||||
|
||||
void FolderView::indexesMoved(const QModelIndexList &indexes)
|
||||
|
|
|
@ -257,10 +257,8 @@ void IconApplet::updateDesktopFile()
|
|||
void IconApplet::openUrl()
|
||||
{
|
||||
if (m_service) {
|
||||
emit releaseVisualFocus();
|
||||
KToolInvocation::self()->startServiceByStorageId(m_service->entryPath());
|
||||
} else if (m_url.isValid()) {
|
||||
emit releaseVisualFocus();
|
||||
KToolInvocation::self()->startServiceForUrl(m_url.url());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -186,7 +186,6 @@ void Trash::constraintsEvent(Plasma::Constraints constraints)
|
|||
|
||||
void Trash::open()
|
||||
{
|
||||
emit releaseVisualFocus();
|
||||
KToolInvocation::self()->startServiceForUrl(QString::fromLatin1("trash:/"));
|
||||
}
|
||||
|
||||
|
@ -196,7 +195,6 @@ void Trash::empty()
|
|||
return;
|
||||
}
|
||||
|
||||
emit releaseVisualFocus();
|
||||
if (m_confirmEmptyDialog) {
|
||||
KWindowSystem::forceActiveWindow(m_confirmEmptyDialog.data()->winId());
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue