============================================================================
| 850 | |
| 851 | //============================================================================ |
| 852 | QString QtAdvancedStylesheet::currentStylePath() const |
| 853 | { |
| 854 | return d->StylesDir + "/" + d->CurrentStyle; |
| 855 | } |
| 856 | |
| 857 | |
| 858 | //============================================================================ |
no outgoing calls
no test coverage detected