summaryrefslogtreecommitdiffstats
path: root/framework/actions/action.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-24 13:18:57 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-24 13:18:57 +0100
commit24eec910e0098151f5c36f88c4337b4ebbca2c0b (patch)
treebcd3a8891a90420019eb2d6e651830396a75a832 /framework/actions/action.h
parente569a96e2c68954e9eacbe84ecc7963e462d1f0f (diff)
downloadkube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.tar.gz
kube-24eec910e0098151f5c36f88c4337b4ebbca2c0b.zip
Send mail from the composer
Diffstat (limited to 'framework/actions/action.h')
-rw-r--r--framework/actions/action.h1
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
34public: 34public:
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;