mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
Added note of other parameters to fix.
This commit is contained in:
parent
f0247cba24
commit
15c346423f
1 changed files with 5 additions and 0 deletions
|
@ -196,6 +196,11 @@ int main(int argc, const char* argv[]) {
|
||||||
"string"
|
"string"
|
||||||
);
|
);
|
||||||
// "--qmljsdebugger", which appears in output from "--help-all".
|
// "--qmljsdebugger", which appears in output from "--help-all".
|
||||||
|
// Those below are found in this file but have not yet been moved here.
|
||||||
|
// --traceFile
|
||||||
|
// --clockSkew
|
||||||
|
// --ignore-gpu-blacklist
|
||||||
|
// --suppress-settings-reset
|
||||||
|
|
||||||
parser.addOption(urlOption);
|
parser.addOption(urlOption);
|
||||||
parser.addOption(protocolVersionOption);
|
parser.addOption(protocolVersionOption);
|
||||||
|
|
Loading…
Reference in a new issue