mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-10 07:26:22 +00:00
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…
x
Reference in New Issue
Block a user