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

Method sendNotify

src/judgingdialog.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void JudgingDialog::sendNotify(QString head, QString body) {
34#ifdef Q_OS_LINUX
35 QString text = "notify-send";
36 QStringList args;
37 args.append(head);
38 args.append(body);
39 QProcess::execute(text, args);
40#endif
41}
42
43void JudgingDialog::setContest(Contest *contest) {
44 curContest = contest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected