Wat copy paste code en csvwriter alvast toegevoegd maar nog uitgeschakeld.

This commit is contained in:
Eelke Klein 2017-01-13 19:09:58 +01:00
parent cc5bbab0f5
commit be1892ac52
6 changed files with 90 additions and 4 deletions

View file

@ -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