[Code] Added comment

remotes/origin/falkon
nowrep 12 years ago
parent eb1f4f590d
commit a9dc3a929a
  1. 4
      src/lib/app/mainapplication.cpp

@ -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…
Cancel
Save