macOS: Log target view for backingstore flush without quotes

Change-Id: I0d5f9f9172aaa7b9b7575dce6ba59b23567b35ce
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
bb10
Tor Arne Vestbø 2017-08-10 13:28:26 +02:00
parent 5f1df771b6
commit 7fd9da94bb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void QCocoaBackingStore::flush(QWindow *window, const QRegion &region, 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