mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 16:01:36 +08:00
Fixed QT_VESION typo in DockOverlay.cpp
This commit is contained in:
parent
2b9377b5ee
commit
ce01e6b4a6
@ -632,7 +632,7 @@ void CDockOverlayCross::updateOverlayIcons()
|
|||||||
{
|
{
|
||||||
d->updateDropIndicatorIcon(Widget);
|
d->updateDropIndicatorIcon(Widget);
|
||||||
}
|
}
|
||||||
#if QT_VESION >= 0x050600
|
#if QT_VERSION >= 0x050600
|
||||||
d->LastDevicePixelRatio = devicePixelRatioF();
|
d->LastDevicePixelRatio = devicePixelRatioF();
|
||||||
#else
|
#else
|
||||||
d->LastDevicePixelRatio = devicePixelRatio();
|
d->LastDevicePixelRatio = devicePixelRatio();
|
||||||
|
Loading…
Reference in New Issue
Block a user