Edited files

This commit is contained in:
arcan1s
2013-08-08 06:40:06 +04:00
parent 8a37a3cbab
commit 020d912704
10 changed files with 332 additions and 53 deletions

View File

@ -11,10 +11,12 @@ INCLUDEPATH += .
HEADERS += mainwindow.h \
errorwindow.h \
clear_items.h \
start_events.h
start_events.h \
update_fields.h
FORMS += mainwindow.ui \
errorwindow.ui
SOURCES += main.cpp mainwindow.cpp \
errorwindow.cpp \
clear_items.cpp \
start_events.cpp
start_events.cpp \
update_fields.cpp