videocollection/tsrc/stubs/src/hbmessagebox.cpp
changeset 63 4707a0db12f6
parent 44 518105d52e45
equal deleted inserted replaced
58:d2b028fd1f7d 63:4707a0db12f6
    28 int HbMessageBoxData::mType = -1;
    28 int HbMessageBoxData::mType = -1;
    29 int HbMessageBoxData::mAttribute = -1;
    29 int HbMessageBoxData::mAttribute = -1;
    30 int HbMessageBoxData::mOpenCallCount = 0;
    30 int HbMessageBoxData::mOpenCallCount = 0;
    31 int HbMessageBoxData::mShowCallCount = 0;
    31 int HbMessageBoxData::mShowCallCount = 0;
    32 
    32 
    33 HbMessageBox::HbMessageBox(MessageBoxType type, QGraphicsItem *parent)
    33 HbMessageBox::HbMessageBox(MessageBoxType type, QGraphicsItem *parent) :
       
    34  HbDialog(parent)       
    34 {
    35 {
    35     Q_UNUSED(parent);
       
    36     HbMessageBoxData::mType = type;
    36     HbMessageBoxData::mType = type;
    37 
    37 
    38     HbAction *action = new HbAction();
    38     HbAction *action = new HbAction();
    39     mActions.append(action);
    39     mActions.append(action);
    40     action = new HbAction();
    40     action = new HbAction();