fix
This commit is contained in:
parent
3711a37786
commit
b996033ca1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue