mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +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:
@@ -45,6 +45,9 @@ namespace BlackGui
|
||||
//! Command was entered
|
||||
void commandEntered(const QString &command, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
//! Text entered (which is not a command)
|
||||
void textEntered(const QString &command, const BlackMisc::CIdentifier &originator);
|
||||
|
||||
private:
|
||||
//! Basic command validation
|
||||
void validateCommand();
|
||||
|
||||
Reference in New Issue
Block a user