Fix typo
Change-Id: I4cc6c6867490c1e10ca6c4bf5620325826a687a3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
7f85425cb5
commit
06c2ffdae7
|
|
@ -177,7 +177,7 @@ QXcbIntegration::QXcbIntegration(const QStringList ¶meters, 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue