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

View File

@ -34,7 +34,7 @@ bool SnoreToast::init(SnoreCore *snore)
} }
if(snore->hints().contains("WINDOWS_APP_ID")) if(snore->hints().contains("WINDOWS_APP_ID"))
{ {
m_appID = snore->hints().value("WINDOWS_APP_ID"); m_appID = snore->hints().value("WINDOWS_APP_ID").toString();
} }
else else
{ {