1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/tmpproj/customwidget.cpp
2018-02-11 15:12:05 +08:00

7 lines
94 B
C++

#include "customwidget.h"
CustomWidget::CustomWidget(QWidget *parent) : QWidget(parent)
{
}