Ref T166, use command input in main keypad area

This commit is contained in:
Klaus Basan
2017-09-28 04:37:18 +02:00
parent 706a1b7b3d
commit f815f7734d
3 changed files with 6 additions and 30 deletions

View File

@@ -74,12 +74,6 @@ namespace BlackGui
//! Button was clicked
void buttonSelected();
//! Command line entered
void onCommandEntered();
//! Display help as HTML
void setCommandTooltip();
//! \copydoc BlackCore::Context::IContextNetwork::connectionStatusChanged
void connectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to);