From 2a0ee09cb2cf1c3cb7ee020d5c6b58bcc50123ca Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 18 May 2018 21:11:15 +0200 Subject: core: solved PictureEntry defined as class and struct. PictureEntry was defined as class in imagedownloader.h and as struct in divepicturemodel.h A class has a vptr in front, so the difference is real at least for the clang compiler. Signed-off-by: Jan Iversen --- core/imagedownloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/imagedownloader.h b/core/imagedownloader.h index 3c316a2f6..fe0a9631b 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -23,7 +23,7 @@ private: void saveImage(QNetworkReply *reply); }; -class PictureEntry; +struct PictureEntry; class Thumbnailer : public QObject { Q_OBJECT public: -- cgit v1.2.3-70-g09d2