qt-material-widgets/components/dialog.cpp

11 lines
102 B
C++
Raw Normal View History

2016-03-19 08:32:49 +00:00
#include "dialog.h"
2016-06-17 11:43:04 +00:00
Dialog::Dialog(QWidget *parent)
: QWidget(parent)
{
}
Dialog::~Dialog()
{
}