Skip to content

Commit ce01e6b

Browse files
Fixed QT_VESION typo in DockOverlay.cpp
1 parent 2b9377b commit ce01e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockOverlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ void CDockOverlayCross::updateOverlayIcons()
632632
{
633633
d->updateDropIndicatorIcon(Widget);
634634
}
635-
#if QT_VESION >= 0x050600
635+
#if QT_VERSION >= 0x050600
636636
d->LastDevicePixelRatio = devicePixelRatioF();
637637
#else
638638
d->LastDevicePixelRatio = devicePixelRatio();

0 commit comments

Comments
 (0)