6 lines
108 B
C++
6 lines
108 B
C++
|
#include "childautomobile.h"
|
||
|
|
||
|
ChildAutomobile::ChildAutomobile(QObject *parent)
|
||
|
: Automobile{parent}
|
||
|
{}
|