Remove trailing whitespace.
Change-Id: Id487c8951d7f258c57fa71fd35a60ddb8c5a3fb2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
70accc289a
commit
f230223aef
@ -1696,7 +1696,7 @@ QMacStylePrivate::QMacStylePrivate()
|
|||||||
if (ptrHIShapeGetBounds == 0) {
|
if (ptrHIShapeGetBounds == 0) {
|
||||||
QLibrary library(QLatin1String("/System/Library/Frameworks/Carbon.framework/Carbon"));
|
QLibrary library(QLatin1String("/System/Library/Frameworks/Carbon.framework/Carbon"));
|
||||||
library.setLoadHints(QLibrary::ExportExternalSymbolsHint);
|
library.setLoadHints(QLibrary::ExportExternalSymbolsHint);
|
||||||
ptrHIShapeGetBounds = reinterpret_cast<PtrHIShapeGetBounds>(library.resolve("HIShapeGetBounds"));
|
ptrHIShapeGetBounds = reinterpret_cast<PtrHIShapeGetBounds>(library.resolve("HIShapeGetBounds"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user