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