============================================================================
| 871 | |
| 872 | //============================================================================ |
| 873 | QString QtAdvancedStylesheet::currentStyleOutputPath() const |
| 874 | { |
| 875 | return outputDirPath() + "/" + d->CurrentStyle; |
| 876 | } |
| 877 | |
| 878 | |
| 879 | //============================================================================ |
no outgoing calls
no test coverage detected