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)
|
SvgItem::SvgItem(QQuickItem *parent)
|
||||||
: QQuickItem(parent),
|
: QQuickPaintedItem(parent),
|
||||||
m_smooth(false)
|
m_smooth(false)
|
||||||
{
|
{
|
||||||
setFlag(QQuickItem::ItemHasContents, true);
|
setFlag(QQuickItem::ItemHasContents, true);
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
#ifndef SVGITEM_P
|
#ifndef SVGITEM_P
|
||||||
#define SVGITEM_P
|
#define SVGITEM_P
|
||||||
|
|
||||||
#include <QQuickItem>
|
#include <QQuickPaintedItem>
|
||||||
|
|
||||||
namespace Plasma {
|
namespace Plasma {
|
||||||
|
|
||||||
class Svg;
|
class Svg;
|
||||||
|
|
||||||
class SvgItem : public QQuickItem
|
class SvgItem : public QQuickPaintedItem
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user