summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-08-10 13:28:26 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-08-10 20:51:31 +0000
commit7fd9da94bb172795f825bac550213908af503db1 (patch)
treefce7fe5c87038f31da8dcbac9a09199a49e04e05
parent5f1df771b6ea267b75553fce870d0c6bbe5e38ca (diff)
macOS: Log target view for backingstore flush without quotes
Change-Id: I0d5f9f9172aaa7b9b7575dce6ba59b23567b35ce Reviewed-by: Jake Petroules <jake.petroules@qt.io>
-rw-r--r--src/plugins/platforms/cocoa/qcocoabackingstore.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/cocoa/qcocoabackingstore.mm b/src/plugins/platforms/cocoa/qcocoabackingstore.mm
index e0f7f7f57a..b6413485f2 100644
--- a/src/plugins/platforms/cocoa/qcocoabackingstore.mm
+++ b/src/plugins/platforms/cocoa/qcocoabackingstore.mm
@@ -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