mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 06:08:07 +00:00
Fix on method that wasn't upperized on URI process
This commit is contained in:
parent
52cc458a9e
commit
cd15f95fce
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ void Cli::executeCommand (const QString &command, CommandFormat *format) {
|
|||
functionName = "call";
|
||||
}
|
||||
}
|
||||
functionName = functionName.toUpper();
|
||||
if( functionName.isEmpty()){
|
||||
qWarning() << QStringLiteral("There is no method set in `%1`.").arg(command);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue