From c83062e76a7f9f7aad8fbc03e84c014646b1f87e Mon Sep 17 00:00:00 2001 From: subtly Date: Mon, 30 Mar 2015 01:08:19 +0200 Subject: [PATCH] coding standards --- alethzero/Connect.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alethzero/Connect.h b/alethzero/Connect.h index 917c98d67..8209a78af 100644 --- a/alethzero/Connect.h +++ b/alethzero/Connect.h @@ -35,19 +35,19 @@ public: explicit Connect(QWidget* _parent = 0); ~Connect(); - /// Populate host chooser with default host entries + /// Populate host chooser with default host entries. void setEnvironment(QStringList const& _nodes); - /// clear dialogue inputs + /// Clear dialogue inputs. void reset(); - /// @returns host string chosen or entered + /// @returns the host string, as chosen or entered by the user. Assumed to be "hostOrIP:port" (:port is optional). QString host(); - /// @returns NodeId entered + /// @returns the identity of the node, as entered by the user. Assumed to be a 64-character hex string. QString nodeId(); - /// @returns true if Required is checked + /// @returns true if Required is checked by the user, indicating that the host is a required Peer. bool required(); private: