Skip to content

Use unique names in .ui files

Bernhard M. Wiedemann requested to merge wiedemann/kopete:uicwarn into master

Use unique names in .ui files to avoid warnings from Qt's uic such as

kopete-23.08.3/protocols/jabber/ui/dlgjabbereditaccountwidget.ui: Warning: The name 'TabPage' (QWidget) is already in use, defaulting to 'TabPage1'.

I noticed this when working on !14 (merged)

This patch was done while working on reproducible builds for openSUSE.

Merge request reports