head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2026.05.21.08.25.09; author markd; state dead; branches; next 1.1; commitid g1jYt8jy3qJyOEGG; 1.1 date 2025.11.27.22.32.25; author wiz; state Exp; branches; next ; commitid T2mZbEqYNaxU8fkG; desc @@ 1.2 log @KDE Frameworks - update to 6.26.0 8 months worth of updates @ text @$NetBSD: patch-autotests_src_vimode_keys.cpp,v 1.1 2025/11/27 22:32:25 wiz Exp $ Fix build with qt6 6.10. https://github.com/KDE/ktexteditor/commit/33936c0fd561fa0e84a44b325a4501f8847cd68d --- autotests/src/vimode/keys.cpp.orig 2025-09-08 08:14:38.000000000 +0000 +++ autotests/src/vimode/keys.cpp @@@@ -722,7 +722,7 @@@@ void KeysTest::AltGr() QApplication::postEvent(kate_view->focusProxy(), altGrDown); QApplication::sendPostedEvents(); QKeyEvent *altGrAndUGrave = new QKeyEvent(QEvent::KeyPress, Qt::Key_Ugrave, Qt::ShiftModifier | Qt::GroupSwitchModifier, ugrave); - qDebug() << QStringLiteral("%1").arg(altGrAndUGrave->modifiers(), 10, 16); + qDebug() << QStringLiteral("%1").arg(static_cast(altGrAndUGrave->modifiers()), 10, 16); QApplication::postEvent(kate_view->focusProxy(), altGrAndUGrave); QApplication::sendPostedEvents(); altGrUp = new QKeyEvent(QEvent::KeyRelease, Qt::Key_AltGr, Qt::NoModifier); @ 1.1 log @kf6-ktexteditor: fix build with qt6 6.10 @ text @d1 1 a1 1 $NetBSD$ @