diff options
| author | Marc Mutz <marc.mutz@kdab.com> | 2014-02-20 14:26:54 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-21 20:33:10 +0100 |
| commit | f41d5ec626d23423bc7d0cd66ba4566a3d00872d (patch) | |
| tree | ffeb209aac29aa23e90a6fa2c60a68c242afb46a /src/gui/doc/snippets/code | |
| parent | ae4e44644adfaf7ddf955c2fefd2fff7470ec0c0 (diff) | |
QPainterPathStroker: make QPen constructor explicit
A QPainterPathStroker is not an equivalent representation of a QPen, so
the constructor that takes a QPen should be explicit.
Arguably, the named constructor idiom would be even better here:
static QPainterPathStroker QPainterPathStroker::fromPen(const QPen &pen);
But QPainterPathStroker is non-copyable.
Change-Id: I3148dc0ee336026781d8bc1baf21c113c7b41ce8
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/gui/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions
