-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.9.4
-
Component/s: Basic-Nucl, Workflow
-
Labels:
-
Environment:
Linux x86_64, Qt version 4.7.0
-
Affect Type:Userdefined
Four similar Qt warnings
src/plugins/workflow_designer/src/ItemViewStyle.h:73: error: Warning: Class ItemViewStyle implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!
src/plugins/query_designer/src/QueryViewItems.h:146: error: Warning: Class QDElement implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!
src/plugins/query_designer/src/QueryViewItems.h:185: error: Warning: Class Footnote implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!
src/plugins/query_designer/src/QueryViewItems.h:230: error: Warning: Class QDRulerItem implements the interface QGraphicsItem but does not list it in Q_INTERFACES. qobject_cast to QGraphicsItem will not work!