| 1219 | } |
| 1220 | |
| 1221 | void MainWindow::on_actionViewCatPackFolder_triggered() |
| 1222 | { |
| 1223 | DesktopServices::openPath(APPLICATION->themeManager()->getCatPacksFolder().path(), true); |
| 1224 | } |
| 1225 | |
| 1226 | void MainWindow::on_actionViewIconsFolder_triggered() |
| 1227 | { |
nothing calls this directly
no test coverage detected