Snippets for konsole 26.04.3 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/konsole/26.04.3/150arm64-default.log.
-
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/characters/ExtendedCharTable.cpp:64:40: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 64 | qCDebug(CharactersDebug) << "Using all the extended char hashes, going to miss this extended character"; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorScheme.cpp:249:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 249 | qCDebug(ColorSchemeDebug) << "ColorScheme" << name() << "has an invalid color index" << index << ", using default table color"; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorScheme.cpp:422:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 422 | qCDebug(ColorSchemeDebug) << "ColorScheme" << name() << "has an invalid opacity" << opacity << "using 1"; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorScheme.cpp:490:37: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 490 | qCDebug(ColorSchemeDebug) << QStringLiteral( | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:29:58: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 29 | Q_GLOBAL_STATIC(ColorSchemeManager, theColorSchemeManager) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:52:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 52 | qCDebug(ColorSchemeDebug) << "failed to load " << failed << " color schemes."; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:72:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 72 | qCDebug(ColorSchemeDebug) << "Color scheme in" << filePath << "does not have a valid name and was not loaded."; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:150:29: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 150 | qCDebug(ColorSchemeDebug) << "Failed to remove color scheme -" << path; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:164:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 164 | qCDebug(ColorSchemeDebug) << name << " has an invalid character / in the name ... skipping"; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeManager.cpp:180:33: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 180 | qCDebug(ColorSchemeDebug) << "Could not find color scheme - " << name; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeWallpaper.cpp:204:22: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 204 | return image.mirrored(true, false); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeWallpaper.cpp:206:22: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 206 | return image.mirrored(false, true); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/colorscheme/ColorSchemeWallpaper.cpp:208:22: warning: 'mirrored' is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations] 208 | return image.mirrored(true, true); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorManager.cpp:34:72: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 34 | Q_GLOBAL_STATIC(KeyboardTranslatorManager, theKeyboardTranslatorManager) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorManager.cpp:45:34: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 45 | qCDebug(KonsoleKeyTrDebug) << "Unable to save translator" << translator->name() << "to disk."; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorManager.cpp:59:30: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 59 | qCDebug(KonsoleKeyTrDebug) << "Failed to remove translator - " << path; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorManager.cpp:132:34: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 132 | qCDebug(KonsoleKeyTrDebug) << "Unable to load translator" << name; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorManager.cpp:148:34: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 148 | qCDebug(KonsoleKeyTrDebug) << "Unable to save keyboard translation:" << destination.errorString(); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorReader.cpp:83:46: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 83 | qCDebug(KonsoleKeyTrDebug) << "Key" << tokens[1].text << ", Command" << tokens[2].text << "not understood. "; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorReader.cpp:181:42: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 181 | qCDebug(KonsoleKeyTrDebug) << "Unable to parse key binding item:" << buffer; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorReader.cpp:250:38: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 250 | qCDebug(KonsoleKeyTrDebug) << "Unhandled key codes in sequence: " << item; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/keyboardtranslator/KeyboardTranslatorReader.cpp:360:34: warning: passing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wc++20-extensions] 360 | qCDebug(KonsoleKeyTrDebug) << "Line in keyboard translator file could not be parsed:" << text; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/EscapeSequenceUrlExtractor.cpp:37:34: warning: 'fromUcs4' is deprecated: Use char32_t* overload. [-Wdeprecated-declarations] 37 | _currentUrl.text += QString::fromUcs4(&c, 1); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ProcessInfo.cpp:1394:52: warning: unused parameter 'sessionPid' [-Wunused-parameter] 1394 | ProcessInfo *ProcessInfo::newInstance(int pid, int sessionPid, QByteArrayView tty) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ProcessInfo.cpp:1394:79: warning: unused parameter 'tty' [-Wunused-parameter] 1394 | ProcessInfo *ProcessInfo::newInstance(int pid, int sessionPid, QByteArrayView tty) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ViewManager.cpp:212:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 212 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_BracketRight); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ViewManager.cpp:218:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 218 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_BracketLeft); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ViewManager.cpp:234:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 234 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_H); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/ViewManager.cpp:370:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Modifier') is deprecated [-Wdeprecated-enum-enum-conversion] 370 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::SHIFT | Qt::Key_Backslash); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/filterHotSpots/FileFilter.cpp:96:18: warning: 'match' is deprecated: Use matchView instead. [-Wdeprecated-declarations] 96 | if (allDotRe.match(filename).hasMatch()) { | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/widgets/DetachableTabBar.cpp:44:45: warning: unused parameter 'idx' [-Wunused-parameter] 44 | void DetachableTabBar::setActivityColor(int idx, const QColor &color) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileGeneralPage.h:65:5: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 65 | KPluralHandlingSpinBox *terminalColumnsEntry; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileGeneralPage.h:66:5: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 66 | KPluralHandlingSpinBox *terminalRowsEntry; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileGeneralPage.h:264:36: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 264 | terminalColumnsEntry = new KPluralHandlingSpinBox(general); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileGeneralPage.h:273:33: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 273 | terminalRowsEntry = new KPluralHandlingSpinBox(general); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileTabsPage.h:37:5: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 37 | KPluralHandlingSpinBox *silenceSecondsSpinner; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_EditProfileTabsPage.h:92:37: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 92 | silenceSecondsSpinner = new KPluralHandlingSpinBox(tabMonitoringGroup); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/widgets/EditProfileDialog.cpp:2107:46: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 2107 | int EditProfileDialog::maxSpinBoxWidth(const KPluralHandlingSpinBox *spinBox, const KLocalizedString &suffix) | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_HistorySizeWidget.h:35:5: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 35 | KPluralHandlingSpinBox *historyLineSpinner; | ^ -
/wrkdirs/usr/ports/x11/konsole/work/.build/src/ui_HistorySizeWidget.h:75:34: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 75 | historyLineSpinner = new KPluralHandlingSpinBox(fixedSizeHistoryWrapper); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/widgets/HistorySizeWidget.cpp:32:114: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 32 | connect(_ui->fixedSizeHistoryButton, &QRadioButton::clicked, _ui->historyLineSpinner, &KPluralHandlingSpinBox::selectAll); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/widgets/HistorySizeWidget.cpp:44:53: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 44 | static_cast<void (KPluralHandlingSpinBox::*)(int)>(&KPluralHandlingSpinBox::valueChanged), | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/widgets/HistorySizeWidget.cpp:44:87: warning: 'KPluralHandlingSpinBox' is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations] 44 | static_cast<void (KPluralHandlingSpinBox::*)(int)>(&KPluralHandlingSpinBox::valueChanged), | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/Session.cpp:2384:26: warning: 'xdgActivationTokenArrived' is deprecated: Since 6.19. Use xdgActivationToken() [-Wdeprecated-declarations] 2384 | &KWaylandExtras::xdgActivationTokenArrived, | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/Session.cpp:2397:21: warning: 'requestXdgActivationToken' is deprecated: Since 6.19. Use xdgActivationToken() [-Wdeprecated-declarations] 2397 | KWaylandExtras::requestXdgActivationToken(window->window()->windowHandle(), launchedSerial, {}); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:671:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 671 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_W); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:681:53: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 681 | copyShortcut.append(QKeySequence(Konsole::ACCEL | Qt::Key_C)); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:725:54: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 725 | pasteShortcut.append(QKeySequence(Konsole::ACCEL | Qt::Key_V)); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:773:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 773 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_P); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:786:59: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 786 | collection->setDefaultShortcut(action, Konsole::ACCEL | Qt::Key_K); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:882:82: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 882 | collection->setDefaultShortcut(copyInputToSelectedTabsAction, Konsole::ACCEL | Qt::Key_Period); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:888:74: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 888 | collection->setDefaultShortcut(copyInputToNoneAction, Konsole::ACCEL | Qt::Key_Slash); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:914:65: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 914 | collection->setDefaultShortcut(toggleAction, Konsole::ACCEL | Qt::Key_R); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:921:65: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 921 | collection->setDefaultShortcut(toggleAction, Konsole::ACCEL | Qt::Key_A); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:927:65: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 927 | collection->setDefaultShortcut(toggleAction, Konsole::ACCEL | Qt::Key_I); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:1112:13: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1112 | session()->setTabTitleFormat(Session::LocalTabTitle, tabTitle); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:1431:29: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 1431 | newGroup.remove(session()); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/session/SessionController.cpp:2113:42: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 2113 | copy->setShortcut(Konsole::ACCEL | Qt::Key_C); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/Application.cpp:547:81: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 547 | KGlobalAccel::self()->setGlobalShortcut(action, QKeySequence(Konsole::ACCEL | Qt::Key_F12)); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:392:70: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 392 | collection->setDefaultShortcut(_newTabMenuAction, Konsole::ACCEL | Qt::Key_T); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:409:63: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 409 | collection->setDefaultShortcut(menuAction, Konsole::ACCEL | Qt::Key_N); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:416:63: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 416 | collection->setDefaultShortcut(menuAction, Konsole::ACCEL | Qt::Key_Q); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:428:73: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 428 | collection->setDefaultShortcut(_toggleMenuBarAction, Konsole::ACCEL | Qt::Key_M); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:433:30: warning: implicit capture of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture] 433 | static_cast<QMenu *>(factory()->container(QStringLiteral("plugins"), this))->setIcon(QIcon()); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/MainWindow.cpp:466:63: warning: bitwise operation between different enumeration types ('Konsole::Modifier' and 'Qt::Key') is deprecated [-Wdeprecated-enum-enum-conversion] 466 | collection->setDefaultShortcut(menuAction, Konsole::ACCEL | Qt::Key_F10); | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/plugins/SSHManager/sshmanagerfiltermodel.cpp:35:5: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 35 | invalidateFilter(); | ^ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/plugins/QuickCommands/quickcommandswidget.cpp:317:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 317 | file.open(); | ^~~~~~~~~ -
/wrkdirs/usr/ports/x11/konsole/work/konsole-26.04.3/src/plugins/QuickCommands/filtermodel.cpp:37:5: warning: 'invalidateFilter' is deprecated: Use begin/endFilterChange() instead [-Wdeprecated-declarations] 37 | invalidateFilter(); | ^