| 14 | { |
| 15 | |
| 16 | AppContent::AppContent(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : RoundRectWidget(0xffffff, 0, parent) { |
| 17 | context_ = ctx; |
| 18 | settings_ = Settings::Instance(); |
| 19 | } |
| 20 | |
| 21 | AppContent::~AppContent() = default; |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected