mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
QRadioButtonPrivate cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
11c5b6f021
commit
99f93b325c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class QRadioButtonPrivate : public QAbstractButtonPrivate
|
|||
public:
|
||||
QRadioButtonPrivate() : QAbstractButtonPrivate(QSizePolicy::RadioButton), hovering(true) {}
|
||||
void init();
|
||||
uint hovering : 1;
|
||||
bool hovering;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue