17 #ifndef UNITY_ACTION_PREVIEW_ACTION
18 #define UNITY_ACTION_PREVIEW_ACTION
23 class PreviewParameter;
27 #include "unity-action.h"
33 Q_PROPERTY(QString commitLabel
36 NOTIFY commitLabelChanged)
43 QString commitLabel()
const;
44 void setCommitLabel(
const QString &value);
55 void commitLabelChanged(
const QString &value);
61 QScopedPointer<Private> d;