============================================================================
| 1041 | |
| 1042 | //============================================================================ |
| 1043 | QString QtAdvancedStylesheet::path(eLocation Location) const |
| 1044 | { |
| 1045 | switch (Location) |
| 1046 | { |
| 1047 | case ThemesLocation: return currentStylePath() + "/themes"; |
| 1048 | case ResourceTemplatesLocation: return currentStylePath() + "/resources"; |
| 1049 | case FontsLocation: return currentStylePath() + "/fonts"; |
| 1050 | } |
| 1051 | |
| 1052 | return QString(); |
| 1053 | } |
| 1054 | |
| 1055 | |
| 1056 | //============================================================================ |
no outgoing calls
no test coverage detected