mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-03 20:29:15 +01:00
12 lines
112 B
C++
12 lines
112 B
C++
|
#include "%INCLUDE%"
|
||
|
|
||
|
%CLASS%::%CLASS%(QWidget *parent)
|
||
|
: %BASECLASS%(parent)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
%CLASS%::~%CLASS%()
|
||
|
{
|
||
|
|
||
|
}
|