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