fix out of bound crash when edit or remove a board, add board config dialog, fix glibc version in about dialog
This commit is contained in:
@@ -68,6 +68,7 @@ linux-* {
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES += \
|
||||
src/frames/boardconfigdialog.cpp \
|
||||
src/frames/filterdialog.cpp \
|
||||
src/frames/aboutdialog.cpp \
|
||||
src/models/board.cpp \
|
||||
@@ -84,6 +85,7 @@ SOURCES += \
|
||||
src/tools.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/frames/boardconfigdialog.h \
|
||||
src/frames/filterdialog.h \
|
||||
src/frames/aboutdialog.h \
|
||||
src/models/board.h \
|
||||
@@ -99,6 +101,7 @@ HEADERS += \
|
||||
src/tools.h
|
||||
|
||||
FORMS += \
|
||||
src/frames/boardconfigdialog.ui \
|
||||
src/frames/filterdialog.ui \
|
||||
src/frames/aboutdialog.ui \
|
||||
src/frames/mainwindow.ui \
|
||||
|
||||
Reference in New Issue
Block a user