Location Markers Part2 clang-format/tidy suggestions

This commit is contained in:
AdenKoperczak 2025-01-11 10:46:04 -05:00
parent 2fd94c6575
commit 7edafe8d78
4 changed files with 6 additions and 6 deletions

View file

@ -219,7 +219,7 @@ public:
std::shared_ptr<model::LayerModel> layerModel_ {
model::LayerModel::Instance()};
ui::EditMarkerDialog* editMarkerDialog_;
ui::EditMarkerDialog* editMarkerDialog_ {nullptr};
std::shared_ptr<manager::HotkeyManager> hotkeyManager_ {
manager::HotkeyManager::Instance()};