aboutsummaryrefslogtreecommitdiff
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 91cc315..c063709 100644
--- a/context.h
+++ b/context.h
@@ -16,7 +16,7 @@ class Context : public QObject {
public:
explicit Context(QObject *parent = nullptr);
- explicit Context(dc_context_t *context);
+ explicit Context(QObject *parent, dc_context_t *context);
~Context();
Q_INVOKABLE void configure();