mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
ksmserver: animate the shutdown dialog
much like the lockout plasma applet (which I implemented) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e9fa3491a8
commit
33980544b8
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void KSMShutdownDlg::slotTimeout()
|
|||
bool KSMShutdownDlg::execDialog()
|
||||
{
|
||||
KWindowSystem::setState(winId(), NET::SkipPager | NET::SkipTaskbar);
|
||||
show();
|
||||
animatedShow(Plasma::locationToDirection(Plasma::Location::Desktop));
|
||||
Q_ASSERT(!m_eventloop);
|
||||
m_eventloop = new QEventLoop(this);
|
||||
return (m_eventloop->exec() == 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue