Maintain a vector of down casted pin widget pointers in the QFP widget

This commit is contained in:
Nav
2021-11-18 19:52:03 +00:00
parent daccc3a999
commit 06e3f07e92
2 changed files with 4 additions and 0 deletions

View File

@@ -34,5 +34,8 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
QHBoxLayout* bottomPinLayout = nullptr;
QVBoxLayout* leftPinLayout = nullptr;
BodyWidget* bodyWidget = nullptr;
std::vector<PinWidget*> pinWidgets;
};
}