mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 01:22:25 +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"
|
||||
);
|
||||
// "--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(protocolVersionOption);
|
||||
|
|
Loading…
Reference in a new issue