Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huantianad committed Mar 18, 2024
1 parent c723273 commit a0d45f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/centralwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void CentralWidget::setupWebView() {
notification->setText(notificationInfo->message());
notification->setPixmap(
QPixmap::fromImage(notificationInfo->icon()));
connect(notification, &notification->addDefaultAction("View"),
connect(notification, notification->addDefaultAction("View"),
[&, notificationInfo = std::move(notificationInfo)]() {
notificationInfo->click();
show();
Expand Down

0 comments on commit a0d45f7

Please sign in to comment.