mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 22:46:00 +01:00
コードスタイル
This commit is contained in:
parent
95c17b2063
commit
73a017a94c
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