mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-03 04:39:24 +00:00
fix(src/app/App): disable cmd option
This commit is contained in:
parent
ac9b6f8735
commit
05b58702e3
1 changed files with 3 additions and 1 deletions
|
|
@ -210,7 +210,9 @@ void App::initContentApp () {
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
QString App::getCommandArgument () {
|
||||
return mParser->value("cmd");
|
||||
// TODO: Remove me when cmd option will be available.
|
||||
return "";
|
||||
// return mParser->value("cmd");
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue