#5707 Add newline to update notification string
This commit is contained in:
parent
ef9842c819
commit
3e9815dfdd
|
@ -67,6 +67,7 @@ QString CoreInterface::notifyUpdate (QString const& fromVersion,
|
|||
QString const& serialKey) {
|
||||
QStringList args("--notify-update");
|
||||
QString input(fromVersion + ":" + toVersion + ":" + serialKey);
|
||||
input.append("\n");
|
||||
return run(args, input);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue