| 795 | void LemonLime::saveAction() { saveContest(curFile); } |
| 796 | |
| 797 | void LemonLime::openFolderAction() { QDesktopServices::openUrl(QUrl::fromLocalFile(QDir::currentPath())); } |
| 798 | |
| 799 | void LemonLime::loadAction() { |
| 800 | auto *dialog = new OpenContestDialog(this); |
nothing calls this directly
no outgoing calls
no test coverage detected