mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +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;
|
||||
}
|
||||
|
||||
int Snarl_Backend::notify(Notification notification){
|
||||
uint Snarl_Backend::notify(Notification notification){
|
||||
SnarlInterface *snarlInterface = _applications.value(notification.application());
|
||||
qDebug()<<"Snarl using the notification instance of:"<<notification.application();
|
||||
if(snarlInterface == NULL){
|
||||
|
@ -42,7 +42,7 @@ private:
|
||||
public slots:
|
||||
void registerApplication(Application *application);
|
||||
void unregisterApplication(class Application *application);
|
||||
int notify(Notification notification);
|
||||
uint notify(Notification notification);
|
||||
void closeNotification(Notification notification);
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user