cleanup
This commit is contained in:
parent
83e805e411
commit
1c7fdf9100
|
@ -38,7 +38,7 @@ bool SnoreToast::init(SnoreCore *snore)
|
|||
}
|
||||
else
|
||||
{
|
||||
m_appID = QString("%1.%2.SnoreToast").arg(qApp->organizationName(), qApp->applicationName()).replace(" ","");
|
||||
m_appID = QString("%1.%2.SnoreToast").arg(qApp->organizationName(), qApp->applicationName()).remove(" ");
|
||||
|
||||
QProcess *p = new QProcess(this);
|
||||
p->setReadChannelMode(QProcess::MergedChannels);
|
||||
|
|
Loading…
Reference in New Issue