D13591: Set complete vectors instead of creting them at runtime
Vlad Zagorodniy
noreply at phabricator.kde.org
Mon Jun 18 16:38:11 UTC 2018
zzag added a comment.
Maybe, it makes sense to create a static const, e.g.
static const QVector<QPointF> s_minimizeButtonPoly {
QPointF( 4, 9 ),
QPointF( 9, 4 ),
QPointF( 14, 9 ),
QPointF( 9, 14 )
};
REPOSITORY
R31 Breeze
REVISION DETAIL
https://phabricator.kde.org/D13591
To: tcanabrava, #breeze
Cc: zzag, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180618/dae81ac3/attachment.html>
More information about the Plasma-devel
mailing list