mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-04 19:06:01 +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)
|
if (!tool)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
listeners.destroyTool = tool->events.destroy.registerListener([this] (std::any d) {
|
listeners.destroyTool = tool->events.destroy.registerListener([this](std::any d) {
|
||||||
tool.reset();
|
tool.reset();
|
||||||
events.destroy.emit();
|
events.destroy.emit();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue