Fetching source from mirror: http://download.kde.org/stable/release-service/26.04.3/src/kteatime-26.04.3.tar.xz
dosed method has not changed file 'CMakeLists.txt'.
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.h:12,
                 from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.cpp:9:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:28:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   28 |     KPluralHandlingSpinBox *minutes;
      |                             ^~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:19:
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:29:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   29 |     KPluralHandlingSpinBox *seconds;
      |                             ^~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h: In member function ‘void Ui_TimeEditWidget::setupUi(QWidget*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:46:23: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   46 |         minutes = new KPluralHandlingSpinBox(TimeEditWidget);
      |                       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:54:23: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   54 |         seconds = new KPluralHandlingSpinBox(TimeEditWidget);
      |                       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.cpp: In constructor ‘TimeEditDialog::TimeEditDialog(TopLevel*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.cpp:72:52: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   72 |     connect(mUi->minutes, &KPluralHandlingSpinBox::valueChanged, this, &TimeEditDialog::checkOkButtonState);
      |                                                    ^~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.cpp:73:52: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   73 |     connect(mUi->seconds, &KPluralHandlingSpinBox::valueChanged, this, &TimeEditDialog::checkOkButtonState);
      |                                                    ^~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/settings.h:9,
                 from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/toplevel.cpp:9:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:62:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   62 |     KPluralHandlingSpinBox *autohideSpinBox;
      |                             ^~~~~~~~~~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:29:
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:66:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   66 |     KPluralHandlingSpinBox *reminderSpinBox;
      |                             ^~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h: In member function ‘void Ui_SettingsWidget::setupUi(QWidget*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:212:31: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  212 |         autohideSpinBox = new KPluralHandlingSpinBox(kbuttongroup2);
      |                               ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:236:31: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  236 |         reminderSpinBox = new KPluralHandlingSpinBox(kbuttongroup2);
      |                               ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:264:107: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  264 |         QObject::connect(autohideCheckBox, &QCheckBox::toggled, autohideSpinBox, &KPluralHandlingSpinBox::setEnabled);
      |                                                                                                           ^~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:265:107: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  265 |         QObject::connect(reminderCheckBox, &QCheckBox::toggled, reminderSpinBox, &KPluralHandlingSpinBox::setEnabled);
      |                                                                                                           ^~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/timeedit.h:12,
                 from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/toplevel.cpp:10:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h: At global scope:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:28:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   28 |     KPluralHandlingSpinBox *minutes;
      |                             ^~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:29:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   29 |     KPluralHandlingSpinBox *seconds;
      |                             ^~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h: In member function ‘void Ui_TimeEditWidget::setupUi(QWidget*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:46:23: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   46 |         minutes = new KPluralHandlingSpinBox(TimeEditWidget);
      |                       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_timeedit.h:54:23: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   54 |         seconds = new KPluralHandlingSpinBox(TimeEditWidget);
      |                       ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/toplevel.cpp: In constructor ‘TopLevel::TopLevel(const KAboutData*, const QString&, const QString&, QWidget*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/toplevel.cpp:101:58: warning: ‘KHelpMenu::KHelpMenu(QWidget*, const KAboutData&, bool)’ is deprecated: Since 6.9. Use one of the other constructors [-Wdeprecated-declarations]
  101 |     m_helpMenu = new KHelpMenu(nullptr, *aboutData, false);
      |                                                          ^
In file included from /usr/include/KF6/KXmlGui/KHelpMenu:1,
                 from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/toplevel.cpp:24:
/usr/include/KF6/KXmlGui/khelpmenu.h:165:5: note: declared here
  165 |     KHelpMenu(QWidget *parent, const KAboutData &aboutData, bool showWhatsThis);
      |     ^~~~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/settings.h:9,
                 from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/src/settings.cpp:6:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:62:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   62 |     KPluralHandlingSpinBox *autohideSpinBox;
      |                             ^~~~~~~~~~~~~~~
In file included from /var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:29:
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:66:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   66 |     KPluralHandlingSpinBox *reminderSpinBox;
      |                             ^~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h: In member function ‘void Ui_SettingsWidget::setupUi(QWidget*)’:
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:212:31: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  212 |         autohideSpinBox = new KPluralHandlingSpinBox(kbuttongroup2);
      |                               ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:236:31: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  236 |         reminderSpinBox = new KPluralHandlingSpinBox(kbuttongroup2);
      |                               ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:264:107: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  264 |         QObject::connect(autohideCheckBox, &QCheckBox::toggled, autohideSpinBox, &KPluralHandlingSpinBox::setEnabled);
      |                                                                                                           ^~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kteatime-26.04.3-75/work/kteatime-26.04.3/build/src/ui_settings.h:265:107: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
  265 |         QObject::connect(reminderCheckBox, &QCheckBox::toggled, reminderSpinBox, &KPluralHandlingSpinBox::setEnabled);
      |                                                                                                           ^~~~~~~~~~
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
*** 0 error(s), 1 warning(s)