#include "ViewLayout.h" ViewLayout::ViewLayout() { } ViewLayout::~ViewLayout() { } View* ViewLayout::findFloatingView(const std::string& name) const { return nullptr; }