[Differential] [Changed Subscribers] D3020: Set window state on QEvent::PlatformSurface on Qt 5.5+.
    apol (Aleix Pol Gonzalez) 
    noreply at phabricator.kde.org
       
    Tue Oct 11 12:18:38 UTC 2016
    
    
  
apol added inline comments.
INLINE COMMENTS
> dashboardwindow.cpp:126
>          KWindowSystem::setState(winId(), NET::SkipTaskbar | NET::SkipPager);
> +#if (QT_VERSION > QT_VERSION_CHECK(5, 5, 0))
> +    } else if (event->type() == QEvent::PlatformSurface) {
I don't think the version check is needed
REPOSITORY
  rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
  https://phabricator.kde.org/D3020
EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/
To: hein, mart, #plasma, bshah
Cc: apol, bshah, plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161011/a1796969/attachment.html>
    
    
More information about the Plasma-devel
mailing list