equal
deleted
inserted
replaced
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; |