From 6f19ac0c325922d84743d4da30b18b07fa7d9ecf Mon Sep 17 00:00:00 2001 From: Pieter Hijma Date: Mon, 15 Jul 2024 18:29:10 +0200 Subject: [PATCH] Fix version numbers Co-authored-by: Chris Hennes --- src/Gui/CallTips.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/CallTips.cpp b/src/Gui/CallTips.cpp index 4c19f472bb..927004310b 100644 --- a/src/Gui/CallTips.cpp +++ b/src/Gui/CallTips.cpp @@ -342,7 +342,7 @@ QMap CallTipsList::extractTips(const QString& context) const bool shibokenMayCrash(void) { - // Shiboken 6.4.0 to 6.8.0 crash if we try to read their object + // Shiboken 6.4.8 to 6.7.3 crash if we try to read their object // attributes without a current stack frame. // FreeCAD issue: https://github.com/FreeCAD/FreeCAD/issues/14101 // Qt issue: https://bugreports.qt.io/browse/PYSIDE-2796