Make SvgItem work, now successfully shows an Svg
This commit is contained in:
parent
22b217228f
commit
47ee5be976
@ -28,7 +28,7 @@ namespace Plasma
|
||||
{
|
||||
|
||||
SvgItem::SvgItem(QQuickItem *parent)
|
||||
: QQuickItem(parent),
|
||||
: QQuickPaintedItem(parent),
|
||||
m_smooth(false)
|
||||
{
|
||||
setFlag(QQuickItem::ItemHasContents, true);
|
||||
|
@ -19,13 +19,13 @@
|
||||
#ifndef SVGITEM_P
|
||||
#define SVGITEM_P
|
||||
|
||||
#include <QQuickItem>
|
||||
#include <QQuickPaintedItem>
|
||||
|
||||
namespace Plasma {
|
||||
|
||||
class Svg;
|
||||
|
||||
class SvgItem : public QQuickItem
|
||||
class SvgItem : public QQuickPaintedItem
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user