summaryrefslogtreecommitdiff
path: root/ZeroTierUI/installdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ZeroTierUI/installdialog.h')
-rw-r--r--ZeroTierUI/installdialog.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ZeroTierUI/installdialog.h b/ZeroTierUI/installdialog.h
index 19c7a89a..f2f5ed90 100644
--- a/ZeroTierUI/installdialog.h
+++ b/ZeroTierUI/installdialog.h
@@ -7,6 +7,10 @@
#include <QNetworkRequest>
#include <QNetworkReply>
+#include <string>
+
+#include "../node/Address.hpp"
+
namespace Ui {
class InstallDialog;
}
@@ -28,6 +32,13 @@ private slots:
private:
Ui::InstallDialog *ui;
QNetworkAccessManager *nam;
+ enum {
+ FETCHING_NFO,
+ FETCHING_INSTALLER
+ } phase;
+
+ ZeroTier::Address signedBy;
+ std::string url,signature;
};
#endif // INSTALLDIALOG_H