Project MESSAGE: /usr/lib/qt6/bin/lrelease
../src/camera/QvkCameraSingle.cpp: In member function ‘void QvkCameraSingle::slot_videoFrameChanged(QVideoFrame)’:
../src/camera/QvkCameraSingle.cpp:607:31: warning: ‘QImage QImage::mirrored(bool, bool) const &’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations]
  607 |         image = image.mirrored( true, false );
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qpixmap.h:13,
                 from /usr/include/qt6/QtGui/qicon.h:10,
                 from /usr/include/qt6/QtGui/QIcon:1,
                 from ./ui_formMainWindow.h:13,
                 from ../src/camera/QvkCameraSingle.cpp:23:
/usr/include/qt6/QtGui/qimage.h:220:26: note: declared here
  220 |     [[nodiscard]] QImage mirrored(bool horizontally = false, bool vertically = true) const &
      |                          ^~~~~~~~
../src/camera/QvkCameraSingle.cpp:611:31: warning: ‘QImage QImage::mirrored(bool, bool) const &’ is deprecated: Use flipped(Qt::Orientations) instead [-Wdeprecated-declarations]
  611 |         image = image.mirrored( false, true );
      |                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/qt6/QtGui/qimage.h:220:26: note: declared here
  220 |     [[nodiscard]] QImage mirrored(bool horizontally = false, bool vertically = true) const &
      |                          ^~~~~~~~
../src/audio/linux/QvkLevelMeter.cpp: In function ‘gboolean message_handler(GstBus*, GstMessage*, gpointer)’:
../src/audio/linux/QvkLevelMeter.cpp:68:46: warning: ‘GValue* g_value_array_get_nth(GValueArray*, guint)’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
   68 |                 value = g_value_array_get_nth( rms_arr, i );
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib-object.h:38,
                 from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
                 from /usr/include/gstreamer-1.0/gst/gst.h:31,
                 from ../src/audio/linux/QvkLevelMeter.h:28,
                 from ../src/audio/linux/QvkLevelMeter.cpp:23:
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
../src/wayland/audio/QvkLevelMeter_wl.cpp: In function ‘gboolean message_handler(GstBus*, GstMessage*, gpointer)’:
../src/wayland/audio/QvkLevelMeter_wl.cpp:68:46: warning: ‘GValue* g_value_array_get_nth(GValueArray*, guint)’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
   68 |                 value = g_value_array_get_nth( rms_arr, i );
      |                         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib-object.h:38,
                 from /usr/include/gstreamer-1.0/gst/gstenumtypes.h:6,
                 from /usr/include/gstreamer-1.0/gst/gst.h:31,
                 from ../src/wayland/audio/QvkLevelMeter_wl.h:28,
                 from ../src/wayland/audio/QvkLevelMeter_wl.cpp:23:
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
../src/wayland/convert/QvkConvert_mkv_mp4_wl.cpp: In function ‘void print_tag_foreach(const GstTagList*, const gchar*, gpointer)’:
../src/wayland/convert/QvkConvert_mkv_mp4_wl.cpp:328:23: warning: missing initializer for member ‘_GValue::data’ [-Wmissing-field-initializers]
  328 |     GValue val = { 0, };
      |                       ^
../src/wayland/convert/QvkConvert_mkv_gif_wl.cpp: In function ‘void print_tag_foreach(const GstTagList*, const gchar*, gpointer)’:
../src/wayland/convert/QvkConvert_mkv_gif_wl.cpp:286:23: warning: missing initializer for member ‘_GValue::data’ [-Wmissing-field-initializers]
  286 |     GValue val = { 0, };
      |                       ^
../src/wayland/convert/QvkConvert_mkv_repair_wl.cpp: In function ‘void print_tag_foreach(const GstTagList*, const gchar*, gpointer)’:
../src/wayland/convert/QvkConvert_mkv_repair_wl.cpp:302:23: warning: missing initializer for member ‘_GValue::data’ [-Wmissing-field-initializers]
  302 |     GValue val = { 0, };
      |                       ^
../src/wayland/convert/QvkConvert_mkv_to_webm_wl.cpp: In function ‘void print_tag_foreach(const GstTagList*, const gchar*, gpointer)’:
../src/wayland/convert/QvkConvert_mkv_to_webm_wl.cpp:375:23: warning: missing initializer for member ‘_GValue::data’ [-Wmissing-field-initializers]
  375 |     GValue val = { 0, };
      |                       ^
In file included from /usr/include/qt6/QtWidgets/qabstractbutton.h:12,
                 from /usr/include/qt6/QtWidgets/qcheckbox.h:8,
                 from /usr/include/qt6/QtWidgets/QCheckBox:1,
                 from ./ui_formMainWindow.h:16,
                 from ../src/showClick/QvkShowClick.h:28,
                 from ../src/showClick/QvkShowClick.cpp:23:
/usr/include/qt6/QtWidgets/qwidget.h:677:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  677 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
In file included from ../src/showClick/QvkShowClick.cpp:24:
../src/showClick/QvkPushButton.h:53:10: note:   by ‘void QvkPushButton::enterEvent(QEvent*)’
   53 |     void enterEvent( QEvent *event ); // Qt6 want no override. Please test again.
      |          ^~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/qabstractbutton.h:12,
                 from /usr/include/qt6/QtWidgets/qpushbutton.h:8,
                 from /usr/include/qt6/QtWidgets/QPushButton:1,
                 from ../src/showClick/QvkPushButton.h:26,
                 from ../src/showClick/QvkPushButton.cpp:23:
/usr/include/qt6/QtWidgets/qwidget.h:677:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  677 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
../src/showClick/QvkPushButton.h:53:10: note:   by ‘void QvkPushButton::enterEvent(QEvent*)’
   53 |     void enterEvent( QEvent *event ); // Qt6 want no override. Please test again.
      |          ^~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/QWidget:1,
                 from ../src/halo/QvkHalo.h:26,
                 from ../src/halo/QvkHalo.cpp:23:
/usr/include/qt6/QtWidgets/qwidget.h:677:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  677 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
In file included from ../src/halo/QvkHalo.cpp:24:
../src/showClick/QvkPushButton.h:53:10: note:   by ‘void QvkPushButton::enterEvent(QEvent*)’
   53 |     void enterEvent( QEvent *event ); // Qt6 want no override. Please test again.
      |          ^~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/qabstractbutton.h:12,
                 from /usr/include/qt6/QtWidgets/qpushbutton.h:8,
                 from /usr/include/qt6/QtWidgets/QPushButton:1,
                 from ../src/showClick/QvkPushButton.h:26,
                 from moc_QvkPushButton.cpp:9:
/usr/include/qt6/QtWidgets/qwidget.h:677:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  677 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
../src/showClick/QvkPushButton.h:53:10: note:   by ‘void QvkPushButton::enterEvent(QEvent*)’
   53 |     void enterEvent( QEvent *event ); // Qt6 want no override. Please test again.
      |          ^~~~~~~~~~