https://bugs.kde.org/show_bug.cgi?id=387965
Bug ID: 387965
Summary: reinterpret_cast warning for ImportProjectDialog
Product: LabPlot2
Version: latest
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: frontend
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I get:
1>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportProjectDialog.cpp(265):
warning C4946: reinterpret_cast used between related classes:
'QAbstractItemModel' and 'AspectTreeModel'
1> C:\CraftRoot\labplot\src\backend/datasources/projects/ProjectParser.h(33):
note: see declaration of 'QAbstractItemModel'
1> C:\CraftRoot\labplot\src\kdefrontend/MainWin.h(35): note: see declaration
of 'AspectTreeModel'
1>C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportProjectDialog.cpp(266):
warning C4456: declaration of 'aspect' hides previous local declaration
1>
C:\CraftRoot\labplot\src\kdefrontend\datasources\ImportProjectDialog.cpp(263):
note: see declaration of 'aspect'
--
You are receiving this mail because:
You are watching all bug changes.