diff options
Diffstat (limited to 'framework/actions/action.h')
-rw-r--r-- | framework/actions/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/actions/action.h b/framework/actions/action.h index 067c3c37..b820955e 100644 --- a/framework/actions/action.h +++ b/framework/actions/action.h | |||
@@ -33,6 +33,7 @@ class Action : public QObject | |||
33 | 33 | ||
34 | public: | 34 | public: |
35 | Action(QObject *parent = 0); | 35 | Action(QObject *parent = 0); |
36 | Action(const QByteArray &actionId, Context &context, QObject *parent = 0); | ||
36 | 37 | ||
37 | void setContext(Context *); | 38 | void setContext(Context *); |
38 | Context *context() const; | 39 | Context *context() const; |