Files
Sourcetrail/src/lib/component/view/ViewLayout.cpp
T
mlangkabel dfc6d88432 build: search headers in all source directories
* removed paths in include directives
* changed cmake to provide necessary header search paths
* changed name of version.h to productVersion.h due to name conflict
2018-09-18 19:00:18 +02:00

15 lines
173 B
C++

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