Clean up notification.
This commit is contained in:
@@ -234,10 +234,9 @@ void Controller::playAudio(QUrl localFile) {
|
||||
void Controller::postNotification(const QString& roomId, const QString& eventId,
|
||||
const QString& roomName,
|
||||
const QString& senderName,
|
||||
const QString& text, const QImage& icon,
|
||||
const QUrl& iconPath) {
|
||||
const QString& text, const QImage& icon) {
|
||||
notificationsManager.postNotification(roomId, eventId, roomName, senderName,
|
||||
text, icon, iconPath);
|
||||
text, icon);
|
||||
}
|
||||
|
||||
int Controller::dpi() {
|
||||
|
||||
Reference in New Issue
Block a user