From ece49f2d2b5477e8db901c391b9dcfb47d3b3a6f Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Tue, 19 Jul 2022 10:24:52 +0200 Subject: [PATCH] FIXED issue #80: "Bug with multiple inheritance with Q_GDAGET with CLANG", thanks to user:igormironchik, caused by QTBUG-104874 --- doc/dox/whatsnew.dox | 1 + lib/jkqtcommon/jkqtpenhancedpainter.h | 1 - .../graphs/jkqtpboxplotstylingmixins.h | 5 ++- .../graphs/jkqtpviolinplotstylingmixins.h | 5 ++- lib/jkqtplotter/jkqtpbaseplotterstyle.h | 1 + lib/jkqtplotter/jkqtpcoordinateaxesstyle.h | 1 + lib/jkqtplotter/jkqtpgraphsbaseerrors.h | 25 +++++++++--- lib/jkqtplotter/jkqtpgraphsbasestyle.h | 31 +++++++++------ .../jkqtpgraphsbasestylingmixins.h | 39 ++++++++++++++++--- lib/jkqtplotter/jkqtpimagetools.h | 9 ++++- lib/jkqtplotter/jkqtpkeystyle.h | 1 + lib/jkqtplotter/jkqtplotter_configmacros.h | 10 ++++- lib/jkqtplotter/jkqtplotterstyle.h | 1 + 13 files changed, 101 insertions(+), 29 deletions(-) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 7110188697..bc2557763b 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -20,6 +20,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • JKQtPlotter: