=============================================================================
| 38 | { |
| 39 | //============================================================================= |
| 40 | CQmlStyleUrlInterceptor::CQmlStyleUrlInterceptor(QtAdvancedStylesheet* AdvancedStylesheet) |
| 41 | : m_AdvancedStylesheet{AdvancedStylesheet} |
| 42 | {} |
| 43 | |
| 44 | //============================================================================= |
| 45 | QUrl CQmlStyleUrlInterceptor::intercept(const QUrl& path, DataType type) |
nothing calls this directly
no outgoing calls
no test coverage detected