Add zwidget

This commit is contained in:
Magnus Norddahl 2023-12-27 00:44:40 +01:00 committed by Christoph Oelckers
commit 113fdc5fcc
54 changed files with 9321 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#include "widgets/toolbar/toolbar.h"
Toolbar::Toolbar(Widget* parent) : Widget(parent)
{
}
Toolbar::~Toolbar()
{
}