Added action receiver, refactored controller, extracted parsing logic from controller

This commit is contained in:
David Kaya
2017-02-03 14:21:14 +01:00
parent 5d800be890
commit 001093d3bb
8 changed files with 116 additions and 75 deletions

View File

@@ -29,7 +29,8 @@ SOURCES += main.cpp \
mainwindow.cpp \
webengineview.cpp \
notification.cpp \
applicationcontroller.cpp
applicationcontroller.cpp \
actionreceiver.cpp
macx {
OBJECTIVE_SOURCES += nativeprogressbar_mac.mm \
@@ -40,4 +41,5 @@ HEADERS += mainwindow.h \
webengineview.h \
progressbar.h \
notification.h \
applicationcontroller.h
applicationcontroller.h \
actionreceiver.h