mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-11 00:25:59 +01:00
コードスタイル
This commit is contained in:
parent
8a21583a8e
commit
9f28b37e2c
4 changed files with 9 additions and 9 deletions
|
@ -224,7 +224,7 @@ CTabletTool::CTabletTool(SP<Aquamarine::ITabletTool> tool_) : tool(tool_) {
|
|||
if (!tool)
|
||||
return;
|
||||
|
||||
listeners.destroyTool = tool->events.destroy.registerListener([this] (std::any d) {
|
||||
listeners.destroyTool = tool->events.destroy.registerListener([this](std::any d) {
|
||||
tool.reset();
|
||||
events.destroy.emit();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue