replaced raw pointers with unique_ptr
This commit is contained in:
@@ -390,7 +390,7 @@ void Window::addShortcuts()
|
||||
splitContainer->appendSplit(split);
|
||||
});
|
||||
|
||||
createWindowShortcut(this, "CTRL+H", [this] {
|
||||
createWindowShortcut(this, "CTRL+H", [] {
|
||||
getSettings()->hideSimilar.setValue(!getSettings()->hideSimilar);
|
||||
getApp()->windows->forceLayoutChannelViews();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user