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