macOS: Log target view for backingstore flush without quotes
Change-Id: I0d5f9f9172aaa7b9b7575dce6ba59b23567b35ce Reviewed-by: Jake Petroules <jake.petroules@qt.io>bb10
parent
5f1df771b6
commit
7fd9da94bb
|
|
@ -104,7 +104,7 @@ void QCocoaBackingStore::flush(QWindow *window, const QRegion ®ion, const QPo
|
|||
QDebug targetDebug(&targetViewDescription);
|
||||
targetDebug << "onto" << topLevelView << "at" << offset;
|
||||
}
|
||||
qCDebug(lcCocoaBackingStore) << "Flushing" << region << "of" << view << targetViewDescription;
|
||||
qCDebug(lcCocoaBackingStore) << "Flushing" << region << "of" << view << qPrintable(targetViewDescription);
|
||||
}
|
||||
|
||||
// Normally a NSView is drawn via drawRect, as part of the display cycle in the
|
||||
|
|
|
|||
Loading…
Reference in New Issue