Split rpc and controller

This commit is contained in:
Aditya Kulkarni
2019-10-07 12:38:58 -07:00
parent 6ebca12255
commit c6f6b1c126
9 changed files with 672 additions and 863 deletions

View File

@@ -62,7 +62,8 @@ SOURCES += \
src/memoedit.cpp \
src/viewalladdresses.cpp \
src/datamodel.cpp \
src/controller.cpp
src/controller.cpp \
src/zcashdrpc.cpp
HEADERS += \
src/mainwindow.h \
@@ -91,7 +92,8 @@ HEADERS += \
src/memoedit.h \
src/viewalladdresses.h \
src/datamodel.h \
src/controller.h
src/controller.h \
src/zcashdrpc.h
FORMS += \
src/mainwindow.ui \