diff options
-rw-r--r-- | framework/src/domain/outboxcontroller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/domain/outboxcontroller.h b/framework/src/domain/outboxcontroller.h index 0d33956a..24fe9584 100644 --- a/framework/src/domain/outboxcontroller.h +++ b/framework/src/domain/outboxcontroller.h | |||
@@ -34,7 +34,4 @@ class OutboxController : public Kube::Controller | |||
34 | 34 | ||
35 | public: | 35 | public: |
36 | explicit OutboxController(); | 36 | explicit OutboxController(); |
37 | |||
38 | private: | ||
39 | QScopedPointer<Kube::ControllerAction> mSynchronizeOutboxAction; | ||
40 | }; | 37 | }; |