diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-12 16:45:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-12 16:45:51 +0200 |
commit | e8de25faa4b82b4c0421e0e75e00d6c7327d7883 (patch) | |
tree | 452e215ba8743ba4b59ce87f08d7622f12b5f1c1 | |
parent | 288b4ea4ae38b3548f6ab8739a3ef303854886fb (diff) | |
download | kube-e8de25faa4b82b4c0421e0e75e00d6c7327d7883.tar.gz kube-e8de25faa4b82b4c0421e0e75e00d6c7327d7883.zip |
CLeanup
-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 | }; |