Fix build with GCC.
This commit is contained in:
parent
5acbd74670
commit
6af9023eb7
1 changed files with 0 additions and 1 deletions
|
|
@ -1845,7 +1845,6 @@ private:
|
||||||
const auto cornerWidth = cache.corners[0].width()
|
const auto cornerWidth = cache.corners[0].width()
|
||||||
/ style::DevicePixelRatio();
|
/ style::DevicePixelRatio();
|
||||||
const auto useWidth = ((x + width).toInt() - x.toInt()) - elideOffset;
|
const auto useWidth = ((x + width).toInt() - x.toInt()) - elideOffset;
|
||||||
const auto minWidth = cornerWidth * 2;
|
|
||||||
const auto rect = QRect(
|
const auto rect = QRect(
|
||||||
x.toInt(),
|
x.toInt(),
|
||||||
_y + _yDelta,
|
_y + _yDelta,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue