Experimental support for headless mode

This commit is contained in:
Aditya Kulkarni
2019-02-26 13:54:22 -08:00
parent 2ff1718fab
commit 4e259d6e6c
6 changed files with 332 additions and 48 deletions

View File

@@ -54,7 +54,6 @@ public:
void updateTAddrCombo(bool checked);
void updateFromCombo();
Ui::MainWindow* ui;
QLabel* statusLabel;
@@ -63,6 +62,9 @@ public:
QWidget* zcashdtab;
Logger* logger;
void doClose();
private:
void closeEvent(QCloseEvent* event);