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:
parent
eb1f4f590d
commit
a9dc3a929a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user