This commit is contained in:
Patrick von Reth 2014-08-12 18:49:04 +02:00
parent 3711a37786
commit b996033ca1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ int main ( int argc, char *argv[] )
core.broadcastNotification(n);
int returnCode = -1;
app.connect(&core, &SnoreCore::notificationClosed, [&returnCode,&parser](Notification noti){
app.connect(&core, &SnoreCore::notificationClosed, [&](Notification noti){
if(!parser.isSet(silent))
{
QString reason;