qt-material-widgets/components/drawer.cpp

11 lines
102 B
C++

#include "drawer.h"
Drawer::Drawer(QWidget *parent)
: QWidget(parent)
{
}
Drawer::~Drawer()
{
}