export data property to make it work in QML
This commit is contained in:
parent
dc07293b90
commit
888a5753de
@ -32,6 +32,8 @@
|
|||||||
class StorageJob : public Plasma::ServiceJob
|
class StorageJob : public Plasma::ServiceJob
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
Q_PROPERTY(QVariantHash data READ data WRITE setData)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
StorageJob(const QString& destination,
|
StorageJob(const QString& destination,
|
||||||
const QString& operation,
|
const QString& operation,
|
||||||
|
Loading…
Reference in New Issue
Block a user