added new TupleTableModel for settingsdialog

This commit is contained in:
fourtf
2018-04-25 14:49:30 +02:00
parent 1edcfe5219
commit 859f4aefcb
18 changed files with 574 additions and 236 deletions
+6 -6
View File
@@ -181,7 +181,9 @@ SOURCES += \
src/singletons/helper/pubsubactions.cpp \
src/widgets/selectchanneldialog.cpp \
src/singletons/updatemanager.cpp \
src/widgets/lastruncrashdialog.cpp
src/widgets/lastruncrashdialog.cpp \
src/widgets/attachedwindow.cpp \
src/util/tupletablemodel.cpp
HEADERS += \
src/precompiled_header.hpp \
@@ -305,7 +307,9 @@ HEADERS += \
src/singletons/helper/pubsubactions.hpp \
src/widgets/selectchanneldialog.hpp \
src/singletons/updatemanager.hpp \
src/widgets/lastruncrashdialog.hpp
src/widgets/lastruncrashdialog.hpp \
src/widgets/attachedwindow.hpp \
src/util/tupletablemodel.hpp
RESOURCES += \
resources/resources.qrc
@@ -359,10 +363,6 @@ win32-msvc* {
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
win32::exists(C:\fourtf) {
DEFINES += "OHHEYITSFOURTF"
}
linux {
QMAKE_LFLAGS += -lrt
}