gui: main: Remove leftover old, now removed --no-sandboxing option from parser
This commit is contained in:
parent
8a82da95bd
commit
c82cf03814
@ -142,7 +142,6 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
Common::setupAppInfo();
|
Common::setupAppInfo();
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.addOption({{"s", "no-sandbox"}, "Disable sandboxing"});
|
|
||||||
QStringList appArgs;
|
QStringList appArgs;
|
||||||
for(int i = 0; i < argc; i++)
|
for(int i = 0; i < argc; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user