From a216d26f38ea7a5d1b7ce575fb88e6aee82a682e Mon Sep 17 00:00:00 2001 From: Armin Felder <armin.felder@osalliance.com> Date: Wed, 19 Dec 2018 00:14:11 +0100 Subject: [PATCH] sad --- notifications/notificationabstract.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notifications/notificationabstract.h b/notifications/notificationabstract.h index 0b287af..0f5de4f 100755 --- a/notifications/notificationabstract.h +++ b/notifications/notificationabstract.h @@ -44,9 +44,9 @@ class NotificationAbstract : public QObject QString mToken; signals: - void tokenReceived( const QString &pToken ); - void messageReceived( const QString &pServer, const QString &pRid, const QString &pName, const QString &pType ); - void switchChannelByName( const QString &pChannel ); + void tokenReceived( QString pToken ); + void messageReceived( QString &pServer, QString pRid, QString pName, QString pType ); + void switchChannelByName( QString &pChannel ); }; -- GitLab