Add websocket support

This commit is contained in:
Aditya Kulkarni
2019-01-15 15:10:38 -08:00
parent 5c23be69f8
commit 0e23f137c4
7 changed files with 125 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ public:
void updateLabelsAutoComplete();
void setDefaultPayFrom();
RPC* getRPC() { return rpc; }
Ui::MainWindow* ui;