diff options
Diffstat (limited to 'framework/domain/mailcontroller.h')
-rw-r--r-- | framework/domain/mailcontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/domain/mailcontroller.h b/framework/domain/mailcontroller.h index 6c41f433..c20cf595 100644 --- a/framework/domain/mailcontroller.h +++ b/framework/domain/mailcontroller.h | |||
@@ -32,4 +32,6 @@ class MailController : public Kube::Controller | |||
32 | 32 | ||
33 | public: | 33 | public: |
34 | explicit MailController(); | 34 | explicit MailController(); |
35 | private slots: | ||
36 | void updateActions(); | ||
35 | }; | 37 | }; |