Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld.
This commit is contained in:
parent
cc5bbab0f5
commit
be1892ac52
6 changed files with 90 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ SOURCES += main.cpp\
|
|||
asyncdbconnection.cpp \
|
||||
tsqueue.cpp \
|
||||
win32event.cpp \
|
||||
waithandlelist.cpp
|
||||
waithandlelist.cpp \
|
||||
csvwriter.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
serverproperties.h \
|
||||
|
|
@ -41,7 +42,8 @@ HEADERS += mainwindow.h \
|
|||
asyncdbconnection.h \
|
||||
tsqueue.h \
|
||||
win32event.h \
|
||||
waithandlelist.h
|
||||
waithandlelist.h \
|
||||
csvwriter.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
serverproperties.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue