Skip to content

Commit

Permalink
Merge pull request #42 from sailfishos/jb55557_fix
Browse files Browse the repository at this point in the history
Add default argument to actionInvoked actionText.
  • Loading branch information
Tomin1 committed Jun 30, 2023
2 parents 26c5670 + 7646270 commit 1fe5f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications/lipsticknotification.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class LIPSTICK_EXPORT LipstickNotification : public QObject
* \param action the action that was invoked
* \param actionText parameter for the action
*/
void actionInvoked(QString action, QString actionText);
void actionInvoked(QString action, QString actionText = QString());

//! Sent when the removal of this notification was requested.
void removeRequested();
Expand Down

0 comments on commit 1fe5f2d

Please sign in to comment.