Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
b317fe2a606e5b79f24b1e4a1b808f5ff66d3621
Description
src/widgets/widgets/qabstractbutton.cpp
// TODO: Qt 5: Merge with addButton(QAbstractButton *button, int id)
void QButtonGroup::addButton(QAbstractButton *button)
{
addButton(button, -1);
}
Action before Qt 5.0.0 or change to Qt6 to-do.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed