summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-20 16:16:30 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-20 16:16:30 -0500
commitc979a695c5c58a62c7e3e08128860634b2fc421f (patch)
tree5df9e8b591c5dc1ace745a85bdbd7346a8c01616 /ZeroTierUI/mainwindow.h
parent902c8c38d261b1e73329ab4b9fefcfe11995c8b7 (diff)
downloadinfinitytier-c979a695c5c58a62c7e3e08128860634b2fc421f.tar.gz
infinitytier-c979a695c5c58a62c7e3e08128860634b2fc421f.zip
UI work, add name to listnetworks output in control bus interface.
Diffstat (limited to 'ZeroTierUI/mainwindow.h')
-rw-r--r--ZeroTierUI/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ZeroTierUI/mainwindow.h b/ZeroTierUI/mainwindow.h
index 39c4318a..ed11ff44 100644
--- a/ZeroTierUI/mainwindow.h
+++ b/ZeroTierUI/mainwindow.h
@@ -21,6 +21,8 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
+ // Event used to pass messages from the Node::LocalClient thread to the
+ // main window to update network lists and stats.
class ZTMessageEvent : public QEvent
{
public:
@@ -44,7 +46,6 @@ private slots:
void on_joinNetworkButton_clicked();
void on_actionAbout_triggered();
void on_actionJoin_Network_triggered();
- void on_actionShow_Detailed_Status_triggered();
void on_networkIdLineEdit_textChanged(const QString &arg1);
void on_statusAndAddressButton_clicked();