[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdevelop] app: Remove "stay on top" hint from the splash screen.
From:       Sven Brauch <svenbrauch () googlemail ! com>
Date:       2013-04-20 14:01:41
Message-ID: 20130420140141.63EC1A6067 () git ! kde ! org
[Download RAW message or body]

Git commit 10c617849257dfefa5146df9450df41d4195441d by Sven Brauch.
Committed on 20/04/2013 at 16:01.
Pushed by brauch into branch 'master'.

Remove "stay on top" hint from the splash screen.

M  +1    -1    app/splash.cpp

http://commits.kde.org/kdevelop/10c617849257dfefa5146df9450df41d4195441d

diff --git a/app/splash.cpp b/app/splash.cpp
index dfc1542..5f1f648 100644
--- a/app/splash.cpp
+++ b/app/splash.cpp
@@ -20,7 +20,7 @@
 #include "splash.h"
 
 KDevSplashScreen::KDevSplashScreen(const QPixmap& pixmap, Qt::WindowFlags f)
-    : KSplashScreen(pixmap, f | Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint)
+    : KSplashScreen(pixmap, f | Qt::FramelessWindowHint)
     , m_view(new QDeclarativeView)
 {
     QString splashScript = KStandardDirs::locate("data", "kdevelop/splash.qml");
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic