MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / openFolderAction

Method openFolderAction

src/lemon.cpp:797–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795void LemonLime::saveAction() { saveContest(curFile); }
796
797void LemonLime::openFolderAction() { QDesktopServices::openUrl(QUrl::fromLocalFile(QDir::currentPath())); }
798
799void LemonLime::loadAction() {
800 auto *dialog = new OpenContestDialog(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected