CMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.cpp: In constructor ‘ChannelListPanel::ChannelListPanel(QWidget*)’: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.cpp:181:37: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 181 | connect(m_regexBox, &QCheckBox::stateChanged, this, &ChannelListPanel::filterChanged); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/build/src/ui_channellistpanelui.h:16, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.h:12, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.cpp:8: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.cpp:182:37: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 182 | connect(m_topicBox, &QCheckBox::stateChanged, this, &ChannelListPanel::filterChanged); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/channellistpanel.cpp:183:39: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 183 | connect(m_channelBox, &QCheckBox::stateChanged, this, &ChannelListPanel::filterChanged); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ In file included from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/outputfilter.cpp:11: In constructor ‘Konversation::OutputFilterResult::OutputFilterResult(Konversation::OutputFilterResult&&)’, inlined from ‘Konversation::OutputFilterResult Konversation::OutputFilter::command_omsg(const Konversation::OutputFilterInput&)’ at /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/outputfilter.cpp:884:16: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/outputfilter.h:48:12: warning: ‘result.Konversation::OutputFilterResult::type’ may be used uninitialized [-Wmaybe-uninitialized] 48 | struct OutputFilterResult | ^~~~~~~~~~~~~~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/outputfilter.cpp: In member function ‘Konversation::OutputFilterResult Konversation::OutputFilter::command_omsg(const Konversation::OutputFilterInput&)’: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/irc/outputfilter.cpp:880:28: note: ‘result’ declared here 880 | OutputFilterResult result; | ^~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/config/dcc_config.cpp: In constructor ‘DCC_Config::DCC_Config(QWidget*, const char*)’: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/config/dcc_config.cpp:27:39: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 27 | connect(kcfg_DccUPnP, &QCheckBox::stateChanged, this, &DCC_Config::dccUPnPChanged); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/build/src/ui_dcc_configui.h:23, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/config/dcc_config.h:12, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/config/dcc_config.cpp:9: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/ircview.cpp: In member function ‘virtual void IRCView::contextMenuEvent(QContextMenuEvent*)’: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/ircview.cpp:2255:94: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations] 2255 | QMouseEvent fake(QEvent::MouseMove, ev->pos(), Qt::NoButton, Qt::NoButton, Qt::NoModifier); | ^ In file included from /usr/include/qt6/QtGui/qtextlayout.h:7, from /usr/include/qt6/QtGui/qabstracttextdocumentlayout.h:9, from /usr/include/qt6/QtGui/QAbstractTextDocumentLayout:1, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/ircview.h:15, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/ircview.cpp:12: /usr/include/qt6/QtGui/qevent.h:202:5: note: declared here 202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button, | ^~~~~~~~~~~ /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/viewcontainer.cpp: In member function ‘void ViewContainer::insertChar(uint)’: /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/viewcontainer.cpp:2464:54: warning: ‘static QString QString::fromUcs4(const uint*, qsizetype)’ is deprecated: Use char32_t* overload. [-Wdeprecated-declarations] 2464 | if (view) view->appendInputText(QString::fromUcs4(&chr, 1), true/*fromCursor*/); | ~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /usr/include/qt6/QtCore/qhashfunctions.h:9, from /usr/include/qt6/QtCore/qhash.h:10, from /usr/include/qt6/QtCore/QHash:1, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/common.h:12, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/mainwindow.h:14, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/viewcontainer.h:10, from /var/pisi/konversation-24.12.3-50/work/konversation-24.12.3/src/viewer/viewcontainer.cpp:7: /usr/include/qt6/QtCore/qstring.h:696:20: note: declared here 696 | static QString fromUcs4(const uint *str, qsizetype size = -1) | ^~~~~~~~