Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 4.3.0
-
Fix Version/s: 5.0.0
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
-
Commits:2b17b0235b70f89d15d3b91a14c3297d38377f94
Description
These functions should take a const QWidget *:
QPoint mapTo(QWidget *, const QPoint &) const;
QPoint mapFrom(QWidget *, const QPoint &) const;
The signatures of these functions cannot be changed without breaking binary compatibility.