src/gui/widgets/qabstractbutton_p.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    75     uint checked :1;
    75     uint checked :1;
    76     uint autoRepeat :1;
    76     uint autoRepeat :1;
    77     uint autoExclusive :1;
    77     uint autoExclusive :1;
    78     uint down :1;
    78     uint down :1;
    79     uint blockRefresh :1;
    79     uint blockRefresh :1;
       
    80     uint pressed : 1;
    80 
    81 
    81 #ifndef QT_NO_BUTTONGROUP
    82 #ifndef QT_NO_BUTTONGROUP
    82     QButtonGroup* group;
    83     QButtonGroup* group;
    83 #endif
    84 #endif
    84     QBasicTimer repeatTimer;
    85     QBasicTimer repeatTimer;