This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
NG_2024_Stanislav_Mykhailenko/Lesson_5/Task_1/automobile.cpp

6 lines
90 B
C++
Raw Normal View History

2024-07-20 11:48:29 +00:00
#include "automobile.h"
Automobile::Automobile(QObject *parent)
: QObject{parent}
{}