diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 00:19:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 00:31:49 +0100 |
commit | 1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c (patch) | |
tree | 57503402891c5d02720a06b2bdebb26ba551d9d7 /framework/domain/mailcontroller.h | |
parent | 8cf790d6bc91e5e9c06651ffe4a193b625207f0d (diff) | |
download | kube-1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c.tar.gz kube-1ef70a4c8c2bb9fd70d5bc73614b09177b6b970c.zip |
Foldercontroller
Diffstat (limited to 'framework/domain/mailcontroller.h')
-rw-r--r-- | framework/domain/mailcontroller.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/framework/domain/mailcontroller.h b/framework/domain/mailcontroller.h index 66cb7b4b..6c41f433 100644 --- a/framework/domain/mailcontroller.h +++ b/framework/domain/mailcontroller.h | |||
@@ -22,13 +22,6 @@ | |||
22 | #include "controller.h" | 22 | #include "controller.h" |
23 | #include "sink/applicationdomaintype.h" | 23 | #include "sink/applicationdomaintype.h" |
24 | 24 | ||
25 | #define KUBE_CONTROLLER_ACTION(NAME) \ | ||
26 | Q_PROPERTY (Kube::ControllerAction* NAME##Action READ NAME##Action CONSTANT) \ | ||
27 | private: QScopedPointer<Kube::ControllerAction> action_##NAME; \ | ||
28 | public: Kube::ControllerAction* NAME##Action() const { Q_ASSERT(action_##NAME); return action_##NAME.data(); } \ | ||
29 | private slots: void NAME(); \ | ||
30 | |||
31 | |||
32 | class MailController : public Kube::Controller | 25 | class MailController : public Kube::Controller |
33 | { | 26 | { |
34 | Q_OBJECT | 27 | Q_OBJECT |