Tests to fetch info from module
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9d7221dd50
commit
ff5f9f6285
3 changed files with 36 additions and 1 deletions
|
@ -168,6 +168,13 @@ void SvgSlider::onChange(const ChangeEvent& e) {}
|
|||
|
||||
}
|
||||
|
||||
namespace engine {
|
||||
|
||||
std::string LightInfo::getName() { return name; }
|
||||
std::string LightInfo::getDescription() { return description; }
|
||||
|
||||
}
|
||||
|
||||
namespace widget {
|
||||
|
||||
FramebufferWidget::FramebufferWidget() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue