From 8879e7abc599be4dd8bc421a1c95f929f0492ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 09:43:24 +0200 Subject: [PATCH] Initialize parent class --- common/comic_db.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/comic_db.cpp b/common/comic_db.cpp index 729d7c4f..87c7ee9e 100644 --- a/common/comic_db.cpp +++ b/common/comic_db.cpp @@ -181,6 +181,7 @@ ComicInfo::ComicInfo() } ComicInfo::ComicInfo(const ComicInfo & comicInfo) + :QObject() { operator=(comicInfo); }