Switch to unified view
a/src/qtgui/rclmain_w.cpp | b/src/qtgui/rclmain_w.cpp | ||
---|---|---|---|
... |
... |
||
1981 | return false; |
1981 | return false; |
1982 | } |
1982 | } |
1983 | 1983 | ||
1984 | void RclMain::applyStyleSheet() |
1984 | void RclMain::applyStyleSheet() |
1985 | { |
1985 | { |
1986 | ::applyStyleSheet(prefs.stylesheetFile); |
1986 | ::applyStyleSheet(prefs.qssFile);
|
1987 | } |
1987 | } |