Commit 05b58702 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/app/App): disable cmd option

parent ac9b6f87
...@@ -210,7 +210,9 @@ void App::initContentApp () { ...@@ -210,7 +210,9 @@ void App::initContentApp () {
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
QString App::getCommandArgument () { QString App::getCommandArgument () {
return mParser->value("cmd"); // TODO: Remove me when cmd option will be available.
return "";
// return mParser->value("cmd");
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment