testing emoji because having windows 8 sucks

This commit is contained in:
apa420
2018-08-24 18:38:27 +02:00
parent e58e76ef1e
commit 8f77dccb91
3 changed files with 7 additions and 6 deletions
@@ -74,7 +74,6 @@ void NotificationController::removeChannelNotification(
}
}
}
///////////////////////////////////////////////////
void NotificationController::playSound()
{
static auto player = new QMediaPlayer;
@@ -94,7 +93,7 @@ void NotificationController::playSound()
}
player->play();
}
///////////////////////////////////////////////////
NotificationModel *NotificationController::createModel(QObject *parent,
Platform p)
{