use pointSizeF
BUG:296117 FIXED-IN:4.9
This commit is contained in:
parent
2030c05cf1
commit
daa3c78241
@ -119,7 +119,7 @@ int FontProxy::pixelSize() const
|
|||||||
|
|
||||||
qreal FontProxy::pointSize() const
|
qreal FontProxy::pointSize() const
|
||||||
{
|
{
|
||||||
return Plasma::Theme::defaultTheme()->font(m_fontRole).pointSize();
|
return Plasma::Theme::defaultTheme()->font(m_fontRole).pointSizeF();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FontProxy::strikeout() const
|
bool FontProxy::strikeout() const
|
||||||
|
Loading…
Reference in New Issue
Block a user