export symbol of declarative widget
svn path=/trunk/KDE/kdelibs/; revision=1183894
This commit is contained in:
parent
10404ad413
commit
53f9fb56ed
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <QtGui/QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
|
|
||||||
|
#include <plasma/plasma_export.h>
|
||||||
|
|
||||||
class QDeclarativeEngine;
|
class QDeclarativeEngine;
|
||||||
class QDeclarativeComponent;
|
class QDeclarativeComponent;
|
||||||
@ -44,7 +45,7 @@ class DeclarativeWidgetPrivate;
|
|||||||
* tere will be its own QDeclarativeEngine with a single root object,
|
* tere will be its own QDeclarativeEngine with a single root object,
|
||||||
* described in the QML file.
|
* described in the QML file.
|
||||||
*/
|
*/
|
||||||
class DeclarativeWidget : public QGraphicsWidget
|
class PLASMA_EXPORT DeclarativeWidget : public QGraphicsWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user