mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove unused QSvgHandler::m_defaultPen member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
650aa0be9e
commit
1328d6d7e2
2 changed files with 0 additions and 6 deletions
|
@ -3423,8 +3423,6 @@ void QSvgHandler::init()
|
||||||
m_doc = 0;
|
m_doc = 0;
|
||||||
m_style = 0;
|
m_style = 0;
|
||||||
m_animEnd = 0;
|
m_animEnd = 0;
|
||||||
m_defaultPen = QPen(Qt::black, 1, Qt::SolidLine, Qt::FlatCap, Qt::SvgMiterJoin);
|
|
||||||
m_defaultPen.setMiterLimit(4);
|
|
||||||
|
|
||||||
xml->setNamespaceProcessing(false);
|
xml->setNamespaceProcessing(false);
|
||||||
m_selector = new QSvgStyleSelector;
|
m_selector = new QSvgStyleSelector;
|
||||||
|
|
|
@ -112,9 +112,6 @@ public:
|
||||||
|
|
||||||
void parseCSStoXMLAttrs(const QString &css, QVector<QSvgCssAttribute> *attributes);
|
void parseCSStoXMLAttrs(const QString &css, QVector<QSvgCssAttribute> *attributes);
|
||||||
|
|
||||||
inline QPen defaultPen() const
|
|
||||||
{ return m_defaultPen; }
|
|
||||||
|
|
||||||
bool startElement(const QString &localName, const QXmlStreamAttributes &attributes);
|
bool startElement(const QString &localName, const QXmlStreamAttributes &attributes);
|
||||||
bool endElement(const QStringRef &localName);
|
bool endElement(const QStringRef &localName);
|
||||||
bool characters(const QStringRef &str);
|
bool characters(const QStringRef &str);
|
||||||
|
@ -155,7 +152,6 @@ private:
|
||||||
QCss::Parser m_cssParser;
|
QCss::Parser m_cssParser;
|
||||||
void resolveGradients(QSvgNode *node) const;
|
void resolveGradients(QSvgNode *node) const;
|
||||||
|
|
||||||
QPen m_defaultPen;
|
|
||||||
/**
|
/**
|
||||||
* Whether we own the variable xml, and hence whether
|
* Whether we own the variable xml, and hence whether
|
||||||
* we need to delete it.
|
* we need to delete it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue