This commit is contained in:
Patrick von Reth 2014-01-21 10:46:15 +01:00
parent c0e8a4a8b5
commit 812f59f935
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ public:
* @param timeout the timeout
* @param priority the priority
*/
explicit Notification(const Application &application,const Alert &alert,const QString &title,const QString &text,const Icon &icon,int timeout = defaultTimeout(), Notification::Prioritys priority = Notification::NORMAL );
explicit Notification(const Application &application,const Alert &alert,const QString &title,const QString &text,const Icon &icon,int timeout = defaultTimeout(), Notification::Prioritys priority = NORMAL );
/**
* Creates and update Notification replacing an existing Notification
@ -83,7 +83,7 @@ public:
* @param timeout the timeout
* @param priority the piority
*/
explicit Notification(const Notification &old, const QString &title, const QString &text, const Icon &icon, int timeout = defaultTimeout(), Snore::Notification::Prioritys priority = Notification::NORMAL );
explicit Notification(const Notification &old, const QString &title, const QString &text, const Icon &icon, int timeout = defaultTimeout(), Snore::Notification::Prioritys priority = NORMAL );
/**
* The copy constructor