Merge branch 'Plasma/5.2'

Conflicts:
	CMakeLists.txt
icc-effect-5.14.5
Martin Gräßlin 2015-01-26 11:09:07 +01:00
commit 82938dd96b
1 changed files with 2 additions and 0 deletions

View File

@ -396,7 +396,9 @@ bool ConfigurationModule::eventFilter(QObject *watched, QEvent *e)
void ConfigurationModule::updateColors()
{
#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
m_ui->view->setClearColor(m_ui->view->palette().color(QPalette::Window));
#endif
m_ui->view->rootContext()->setContextProperty("highlightColor", QPalette().color(QPalette::Highlight));
}