Cleanups.

This commit is contained in:
2025-12-31 16:30:03 +01:00
parent ce207b7146
commit d0476f8d6f
9 changed files with 163 additions and 66 deletions

View File

@@ -2,7 +2,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++20
CONFIG += c++23
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
@@ -27,7 +27,6 @@ windows
SOURCES += \
bc.cpp \
bcanimateddelegate.cpp \
bcdatamanager.cpp \
bcdeviceview.cpp \
bcdriver.cpp \
bcdrivertinycan.cpp \
@@ -36,6 +35,7 @@ SOURCES += \
bcvalue.cpp \
bcvaluemodel.cpp \
bcvaluetype.cpp \
bcxmlloader.cpp \
lib/can_drv_win.c \
main.cpp \
bcmainwindow.cpp
@@ -43,7 +43,6 @@ SOURCES += \
HEADERS += \
bc.h \
bcanimateddelegate.h \
bcdatamanager.h \
bcdeviceview.h \
bcdriver.h \
bcdrivertinycan.h \
@@ -51,7 +50,8 @@ HEADERS += \
bctransmitter.h \
bcvalue.h \
bcvaluemodel.h \
bcvaluetype.h
bcvaluetype.h \
bcxmlloader.h
FORMS += \
bcmainwindow.ui