mirror of
https://github.com/ysoftdevs/Testa.git
synced 2026-01-14 23:53:25 +01:00
Added action receiver, refactored controller, extracted parsing logic from controller
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user