macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]
Change-Id: Ia253edf84bc0c890f291499ed2635d8287b18327 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
This commit is contained in:
parent
9c17b8adb9
commit
ffc20153d1
@ -84,7 +84,6 @@
|
||||
|
||||
- (void)setNeedsDisplayInRect:(NSRect)rect
|
||||
{
|
||||
qDebug() << "setNeedsDisplayInRect" << QRectF::fromCGRect(rect);
|
||||
[super setNeedsDisplayInRect:rect];
|
||||
m_updateRequested = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user