============================================================================
| 878 | |
| 879 | //============================================================================ |
| 880 | QString QtAdvancedStylesheet::themeVariableValue(const QString& VariableId) const |
| 881 | { |
| 882 | return d->ThemeVariables.value(VariableId, QString()); |
| 883 | } |
| 884 | |
| 885 | |
| 886 | //============================================================================ |
no outgoing calls
no test coverage detected