mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T215, fixed text message sending from keypad command line
* context menu delete history * signals to relay messages which are not "dot" commands
This commit is contained in:
@@ -54,9 +54,12 @@ namespace BlackGui
|
||||
//! Change opacity 0..30
|
||||
void changedOpacity(int opacity);
|
||||
|
||||
//! Command was entered
|
||||
//! \copydoc CCommandInput::commandEntered
|
||||
void commandEntered(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
//! \copydoc CCommandInput::commandEntered
|
||||
void textEntered(const QString &commandLine, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
//! Connect was pressed
|
||||
void connectPressed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user