This commit is contained in:
Patrick von Reth 2013-07-23 12:05:07 +02:00
parent 83e805e411
commit 1c7fdf9100
1 changed files with 1 additions and 1 deletions

View File

@ -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);