First step for copy constructor

This commit is contained in:
iutbgdin
2025-06-18 15:09:29 +02:00
parent 9b02342369
commit 7ce7ca9df5
3 changed files with 19 additions and 2 deletions
+4 -2
View File
@@ -10,10 +10,12 @@ CONFIG += c++17
SOURCES += \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
path.cpp
HEADERS += \
mainwindow.h
mainwindow.h \
path.h
FORMS += \
mainwindow.ui