Remove unused QButtonGroupPrivate::notifyChecked()
It wasn't even implemented. Change-Id: I7d4b97b176c90beeffc780c31848ec5b234ba509 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>bb10
parent
2e02de1651
commit
e9dedb683a
|
|
@ -67,7 +67,6 @@ public:
|
|||
QList<QAbstractButton *> buttonList;
|
||||
QPointer<QAbstractButton> checkedButton;
|
||||
void detectCheckedButton();
|
||||
void notifyChecked(QAbstractButton *button);
|
||||
|
||||
bool exclusive;
|
||||
QHash<QAbstractButton*, int> mapping;
|
||||
|
|
|
|||
Loading…
Reference in New Issue