Fix signal connection nodiscard warnings (#4818)
This commit is contained in:
@@ -109,7 +109,8 @@ NotificationPage::NotificationPage()
|
||||
view->getTableView()->setColumnWidth(0, 200);
|
||||
});
|
||||
|
||||
view->addButtonPressed.connect([] {
|
||||
// We can safely ignore this signal connection since we own the view
|
||||
std::ignore = view->addButtonPressed.connect([] {
|
||||
getApp()
|
||||
->notifications->channelMap[Platform::Twitch]
|
||||
.append("channel");
|
||||
|
||||
Reference in New Issue
Block a user