mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +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 = "call";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
functionName = functionName.toUpper();
|
||||||
if( functionName.isEmpty()){
|
if( functionName.isEmpty()){
|
||||||
qWarning() << QStringLiteral("There is no method set in `%1`.").arg(command);
|
qWarning() << QStringLiteral("There is no method set in `%1`.").arg(command);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue