update for snoretoast

This commit is contained in:
Patrick von Reth 2013-07-03 12:53:18 +02:00
parent 64f88f84e9
commit a2d4f926f0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -37,7 +37,7 @@ bool SnoreToast::init(SnoreCore *snore)
QStringList arguements; QStringList arguements;
arguements << "-install" arguements << "-install"
<< qApp->applicationName() << QString("SnoreNotify\\%1").arg(qApp->applicationName())
<< qApp->applicationFilePath() << qApp->applicationFilePath()
<< m_appID; << m_appID;
qDebug() << "SnoreToast" << arguements; qDebug() << "SnoreToast" << arguements;