mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-26 08:20:49 +00:00
use uint also for snarl
This commit is contained in:
parent
3c6e943071
commit
1f809a2d95
@ -86,7 +86,7 @@ void Snarl_Backend::unregisterApplication(Application *application){
|
|||||||
delete snarlInterface;
|
delete snarlInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Snarl_Backend::notify(Notification notification){
|
uint Snarl_Backend::notify(Notification notification){
|
||||||
SnarlInterface *snarlInterface = _applications.value(notification.application());
|
SnarlInterface *snarlInterface = _applications.value(notification.application());
|
||||||
qDebug()<<"Snarl using the notification instance of:"<<notification.application();
|
qDebug()<<"Snarl using the notification instance of:"<<notification.application();
|
||||||
if(snarlInterface == NULL){
|
if(snarlInterface == NULL){
|
||||||
|
@ -42,7 +42,7 @@ private:
|
|||||||
public slots:
|
public slots:
|
||||||
void registerApplication(Application *application);
|
void registerApplication(Application *application);
|
||||||
void unregisterApplication(class Application *application);
|
void unregisterApplication(class Application *application);
|
||||||
int notify(Notification notification);
|
uint notify(Notification notification);
|
||||||
void closeNotification(Notification notification);
|
void closeNotification(Notification notification);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user