| 47 | } |
| 48 | |
| 49 | QString GetCurrentStyleStatistics() |
| 50 | { |
| 51 | QString const resourceDir = GetPlatform().ResourcesDir().c_str(); |
| 52 | QString const mappingPath = JoinPathQt({resourceDir, "mapcss-mapping.csv"}); |
| 53 | QString const drulesPath = JoinPathQt({resourceDir, "drules_proto_design.bin"}); |
| 54 | return GetStyleStatistics(mappingPath, drulesPath); |
| 55 | } |
| 56 | } // namespace build_style |
no test coverage detected