summaryrefslogtreecommitdiffstats
path: root/framework/actions/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/actions/context.h')
-rw-r--r--framework/actions/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/actions/context.h b/framework/actions/context.h
index 7289f850..562e110e 100644
--- a/framework/actions/context.h
+++ b/framework/actions/context.h
@@ -31,5 +31,7 @@ public:
31 31
32} 32}
33 33
34QDebug operator<<(QDebug dbg, const Kube::Context &);
35
34Q_DECLARE_METATYPE(Kube::Context*); 36Q_DECLARE_METATYPE(Kube::Context*);
35 37