Cleanup for wormhole connection

This commit is contained in:
adityapk00
2019-02-05 14:38:37 -08:00
parent dce754ce41
commit 724c3b4f44
4 changed files with 38 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
// Forward declare to break circular dependency.
class RPC;
class Settings;
class WSServer;
using json = nlohmann::json;
@@ -93,7 +94,6 @@ private:
void addressBook();
void payZcashURI();
void postToZBoard();
void connectApp();
void importPrivKey();
void exportAllKeys();
void exportKeys(QString addr = "");
@@ -106,6 +106,8 @@ private:
void createWebsocket();
WSServer* wsserver = nullptr;
RPC* rpc = nullptr;
QCompleter* labelCompleter = nullptr;