mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove unused QPaintEngineEx::supportsTransformations() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
45e5fe0985
commit
fdae0255f4
2 changed files with 0 additions and 9 deletions
|
@ -842,13 +842,6 @@ void QPaintEngineEx::updateState(const QPaintEngineState &)
|
|||
// do nothing...
|
||||
}
|
||||
|
||||
bool QPaintEngineEx::supportsTransformations(const qreal pixelSize, const QTransform &m) const
|
||||
{
|
||||
Q_UNUSED(pixelSize);
|
||||
|
||||
return !m.isAffine();
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
||||
|
|
|
@ -164,8 +164,6 @@ public:
|
|||
inline QPainterState *state() { return static_cast<QPainterState *>(QPaintEngine::state); }
|
||||
inline const QPainterState *state() const { return static_cast<const QPainterState *>(QPaintEngine::state); }
|
||||
|
||||
virtual bool supportsTransformations(const qreal pixelSize, const QTransform &m) const;
|
||||
|
||||
protected:
|
||||
QPaintEngineEx(QPaintEngineExPrivate &data);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue