qt ui - status commands are now pushbuttons with no handlers

This commit is contained in:
hypnosis-i2p 2017-08-02 05:05:56 +08:00
parent 856dda68db
commit db0e02c05d
7 changed files with 130 additions and 13 deletions

View file

@ -454,7 +454,7 @@ namespace http {
s << "<br>\r\n";
}
void ShowCommands (std::stringstream& s, uint32_t token)
static void ShowCommands (std::stringstream& s, uint32_t token)
{
/* commands */
s << "<b>Router Commands</b><br>\r\n";

View file

@ -82,7 +82,6 @@ namespace http
void ShowLocalDestinations (std::stringstream& s);
void ShowLeasesSets(std::stringstream& s);
void ShowTunnels (std::stringstream& s);
void ShowCommands (std::stringstream& s, uint32_t token);
void ShowTransitTunnels (std::stringstream& s);
void ShowTransports (std::stringstream& s);
void ShowSAMSessions (std::stringstream& s);