1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-24 12:46:35 +01:00

[Code] Added comment

This commit is contained in:
nowrep 2013-12-27 15:09:31 +01:00
parent eb1f4f590d
commit a9dc3a929a

View File

@ -702,6 +702,10 @@ void MainApplication::loadTheme(const QString &name)
QString css = cssFile.readAll();
cssFile.close();
/*
* #id[style=QtStyle] (QtStyle = QMacStyle, QWindowsVistaStyle, QGtkStyle, ...)
* should be enough instead of loading special stylesheets
*/
#ifdef QZ_WS_X11
if (QFile(m_activeThemePath + "linux.css").exists()) {
cssFile.setFileName(m_activeThemePath + "linux.css");