summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-12 16:45:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-12 16:45:51 +0200
commite8de25faa4b82b4c0421e0e75e00d6c7327d7883 (patch)
tree452e215ba8743ba4b59ce87f08d7622f12b5f1c1
parent288b4ea4ae38b3548f6ab8739a3ef303854886fb (diff)
downloadkube-e8de25faa4b82b4c0421e0e75e00d6c7327d7883.tar.gz
kube-e8de25faa4b82b4c0421e0e75e00d6c7327d7883.zip
CLeanup
-rw-r--r--framework/src/domain/outboxcontroller.h3
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
35public: 35public:
36 explicit OutboxController(); 36 explicit OutboxController();
37
38private:
39 QScopedPointer<Kube::ControllerAction> mSynchronizeOutboxAction;
40}; 37};