Bug 496944

Summary: compilation issue: formating.ui has issues
Product: [Applications] cantor Reporter: uwestoehr <uwestoehr>
Component: generalAssignee: Cantor Bugs <cantor-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: cantor-bugs
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In: 25.02
Sentry Crash Report:

Description uwestoehr 2024-12-02 17:38:51 UTC
On compiling today's master using MSVC on Windows I get some warnings about the  file:

[93/411] Generating ui_formating.h
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'verticalLayout' (QFormLayout) is already in use, defaulting to 'verticalLayout1'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_2' (QLabel) is already in use, defaulting to 'label_21'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_3' (QLabel) is already in use, defaulting to 'label_31'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'verticalLayout' (QFormLayout) is already in use, defaulting to 'verticalLayout2'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_2' (QLabel) is already in use, defaulting to 'label_22'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_3' (QLabel) is already in use, defaulting to 'label_32'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'verticalLayout' (QFormLayout) is already in use, defaulting to 'verticalLayout3'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_2' (QLabel) is already in use, defaulting to 'label_23'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_3' (QLabel) is already in use, defaulting to 'label_33'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'verticalLayout' (QFormLayout) is already in use, defaulting to 'verticalLayout4'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_2' (QLabel) is already in use, defaulting to 'label_24'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_3' (QLabel) is already in use, defaulting to 'label_34'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'verticalLayout' (QFormLayout) is already in use, defaulting to 'verticalLayout5'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_2' (QLabel) is already in use, defaulting to 'label_25'.
J:\LabPlotBuilds\7f6984e\cantor\src\formating.ui: Warning: The name 'label_3' (QLabel) is already in use, defaulting to 'label_35'.
Comment 1 Alexander Semke 2024-12-03 19:26:05 UTC
Git commit 5f3ba54921e0ac54a1d9415b3b88507682d05c53 by Alexander Semke.
Committed on 03/12/2024 at 19:25.
Pushed by asemke into branch 'master'.

Addressed a couple of compiler warnings.
Related: bug 496945
FIXED-IN: 25.02

M  +38   -38   src/formating.ui
M  +6    -3    src/panelplugins/documentationpanel/documentationpanelwidget.cpp

https://invent.kde.org/education/cantor/-/commit/5f3ba54921e0ac54a1d9415b3b88507682d05c53