diff options
Diffstat (limited to 'framework/actions/context.h')
-rw-r--r-- | framework/actions/context.h | 2 |
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 | ||
34 | QDebug operator<<(QDebug dbg, const Kube::Context &); | ||
35 | |||
34 | Q_DECLARE_METATYPE(Kube::Context*); | 36 | Q_DECLARE_METATYPE(Kube::Context*); |
35 | 37 | ||