where's the Q_OBJECT macro? ah, there it is! ;)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=873687
This commit is contained in:
parent
30f24cbe86
commit
d2a6019704
@ -35,6 +35,8 @@ class SvgWidgetPrivate;
|
||||
|
||||
class PLASMA_EXPORT SvgWidget : public QGraphicsWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SvgWidget(QGraphicsItem *parent = 0, Qt::WindowFlags wFlags = 0);
|
||||
SvgWidget(Svg *svg, const QString & elementID = QString(),
|
||||
|
Loading…
Reference in New Issue
Block a user