Implement online mode: now qcma can connect to the Internet to check and download update files.

Update embedded xml file.
Updated translations.
This commit is contained in:
codestation
2014-01-05 20:58:46 -04:30
parent a0d9e03d17
commit 88d51420e7
13 changed files with 371 additions and 46 deletions

View File

@@ -35,7 +35,8 @@ SOURCES += src/main.cpp \
src/forms/configwidget.cpp \
src/forms/confirmdialog.cpp \
src/forms/pinform.cpp \
src/forms/progressform.cpp
src/forms/progressform.cpp \
src/httpdownloader.cpp
HEADERS += \
src/capability.h \
@@ -59,7 +60,8 @@ HEADERS += \
src/forms/configwidget.h \
src/forms/confirmdialog.h \
src/forms/pinform.h \
src/forms/progressform.h
src/forms/progressform.h \
src/httpdownloader.h
INCLUDEPATH += src/