src/hbwidgets/popups/hbprogressdialog_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 28 b7da29130b0e
child 34 ed14f46c0e55
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    62 
    62 
    63     static HbProgressDialogPrivate *d_ptr(HbProgressDialog *note) {
    63     static HbProgressDialogPrivate *d_ptr(HbProgressDialog *note) {
    64         Q_ASSERT(note);
    64         Q_ASSERT(note);
    65         return note->d_func();
    65         return note->d_func();
    66     }
    66     }
    67     HbAction *mAction;
       
    68     QTimeLine *mTimer;
    67     QTimeLine *mTimer;
    69     HbIcon mIcon;
    68     HbIcon mIcon;
    70     HbProgressDialogContentWidget* mContentWidget;
    69     HbProgressDialogContentWidget* mContentWidget;
    71     Qt::Alignment mIconAlignment;
    70     Qt::Alignment mIconAlignment;
    72     int mMinDuration;
    71     int mMinDuration;