[Launcher] Added missing ")".
This commit is contained in:
parent
9c51bb3ad3
commit
45f2b63eb5
|
@ -80,7 +80,7 @@ main(int argc, char* argv[])
|
||||||
notifier.setProcessChannelMode(QProcess::ForwardedChannels);
|
notifier.setProcessChannelMode(QProcess::ForwardedChannels);
|
||||||
notifier.start("notify-send",
|
notifier.start("notify-send",
|
||||||
QStringList()
|
QStringList()
|
||||||
<< "KittehPlayer" << "New update avalable!" << "--icon=KittehPlayer";
|
<< "KittehPlayer" << "New update avalable!" << "--icon=KittehPlayer");
|
||||||
notifier.waitForFinished();
|
notifier.waitForFinished();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue