widget.cpp
11 lines
| 103 B
| text/x-c
|
CppLexer
sauimone
|
r10 | #include "widget.h" | ||
Widget::Widget(QWidget *parent) | ||||
: QWidget(parent) | ||||
{ | ||||
} | ||||
Widget::~Widget() | ||||
{ | ||||
} | ||||