diff options
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |