33 Q_PROPERTY(QString commitLabel
36 NOTIFY commitLabelChanged)
43 QString commitLabel() const;
44 void setCommitLabel(const QString &value);
48 Q_INVOKABLE
void removeParameter(lomiri::action::
PreviewParameter *parameter);
55 void commitLabelChanged(const QString &value);
57 void parametersChanged();
61 QScopedPointer<Private> d;