Change-Id: I4cc6c6867490c1e10ca6c4bf5620325826a687a3
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Oliver Eftevaag 2022-03-10 13:13:29 +01:00
parent 7f85425cb5
commit 06c2ffdae7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ QXcbIntegration::QXcbIntegration(const QStringList &parameters, int &argc, char
bool underDebugger = runningUnderDebugger();
if (noGrabArg && doGrabArg && underDebugger) {
qWarning("Both -nograb and -dograb command line arguments specified. Please pick one. -nograb takes prcedence");
qWarning("Both -nograb and -dograb command line arguments specified. Please pick one. -nograb takes precedence");
doGrabArg = false;
}