separated global helpers depending on gui to a new source code file

This commit is contained in:
Luis Ángel San Martín
2015-12-12 12:09:47 +01:00
parent 92b0c1d9f4
commit c1e14aea1f
5 changed files with 153 additions and 144 deletions

View File

@ -118,6 +118,7 @@ HEADERS += comic_flow.h \
../common/custom_widgets.h \
../common/qnaturalsorting.h \
../common/yacreader_global.h \
../common/yacreader_global_gui.h \
../common/onstart_flow_selection_dialog.h \
no_libraries_widget.h \
import_widget.h \
@ -194,6 +195,7 @@ SOURCES += comic_flow.cpp \
comics_remover.cpp \
../common/http_worker.cpp \
../common/yacreader_global.cpp \
../common/yacreader_global_gui.cpp \
yacreader_libraries.cpp \
../common/exit_check.cpp \
comics_view.cpp \