============================================================================
| 791 | |
| 792 | //============================================================================ |
| 793 | QtAdvancedStylesheet::QtAdvancedStylesheet(QObject* parent) : |
| 794 | QObject(parent), |
| 795 | d(new QtAdvancedStylesheetPrivate(this)) |
| 796 | { |
| 797 | |
| 798 | } |
| 799 | |
| 800 | |
| 801 | //============================================================================ |
nothing calls this directly
no outgoing calls
no test coverage detected