mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
8 lines
132 B
C++
8 lines
132 B
C++
#include "lc_global.h"
|
|
#include "lc_keyframewidget.h"
|
|
|
|
lcKeyFrameWidget::lcKeyFrameWidget(QWidget* Parent)
|
|
: QCheckBox(Parent)
|
|
{
|
|
}
|