mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
qt ui - status commands are now pushbuttons with no handlers
This commit is contained in:
parent
856dda68db
commit
db0e02c05d
7 changed files with 130 additions and 13 deletions
|
@ -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";
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue