Logger base class.

This commit is contained in:
sledgehammer999
2015-01-04 02:20:59 +02:00
parent 39c9bb0800
commit 1504bbfe43
3 changed files with 214 additions and 2 deletions

View File

@@ -110,7 +110,8 @@ HEADERS += misc.h \
qinisettings.h \
smtp.h \
dnsupdater.h \
application.h
application.h \
logger.h
SOURCES += main.cpp \
downloadthread.cpp \
@@ -120,7 +121,8 @@ SOURCES += main.cpp \
fs_utils.cpp \
smtp.cpp \
dnsupdater.cpp \
application.cpp
application.cpp \
logger.cpp
nox {
HEADERS += headlessloader.h