-------------api
| 451 | |
| 452 | //-------------api |
| 453 | QString GetIconPath() |
| 454 | { |
| 455 | QString style = AppConfig::Instance().frameOptions.style; |
| 456 | if (style == ""){ |
| 457 | style = THEME_STYLE_DARK; |
| 458 | } |
| 459 | return ":/icons/" + style; |
| 460 | } |
| 461 | |
| 462 | QString GetAppDataDir() |
| 463 | { |
no outgoing calls
no test coverage detected