Refactor RPC

This commit is contained in:
Aditya Kulkarni
2018-11-01 11:53:35 -07:00
parent 5354b3c1db
commit 08bf060186
10 changed files with 364 additions and 53 deletions

View File

@@ -53,7 +53,8 @@ SOURCES += \
src/txtablemodel.cpp \
src/turnstile.cpp \
src/utils.cpp \
src/qrcodelabel.cpp
src/qrcodelabel.cpp \
src/connection.cpp
HEADERS += \
src/mainwindow.h \
@@ -70,7 +71,8 @@ HEADERS += \
src/senttxstore.h \
src/turnstile.h \
src/utils.h \
src/qrcodelabel.h
src/qrcodelabel.h \
src/connection.h
FORMS += \
src/mainwindow.ui \