equal
deleted
inserted
replaced
141 private: |
141 private: |
142 Q_DECLARE_PRIVATE_D(d_ptr, HbPopup) |
142 Q_DECLARE_PRIVATE_D(d_ptr, HbPopup) |
143 Q_DISABLE_COPY(HbPopup) |
143 Q_DISABLE_COPY(HbPopup) |
144 #ifdef HB_EFFECTS |
144 #ifdef HB_EFFECTS |
145 Q_PRIVATE_SLOT(d_func(), void _q_delayedHide(HbEffect::EffectStatus status)) |
145 Q_PRIVATE_SLOT(d_func(), void _q_delayedHide(HbEffect::EffectStatus status)) |
146 Q_PRIVATE_SLOT(d_func(), void _q_orientationChange(Qt::Orientation orient, bool animate)) |
146 Q_PRIVATE_SLOT(d_func(), void _q_orientationAboutToChange(Qt::Orientation orient, bool animate)) |
|
147 Q_PRIVATE_SLOT(d_func(), void _q_orientationChanged()) |
|
148 Q_PRIVATE_SLOT(d_func(), void _q_appearEffectEnded(HbEffect::EffectStatus status)) |
147 #endif // HB_EFFECTS |
149 #endif // HB_EFFECTS |
148 Q_PRIVATE_SLOT(d_func(), void _q_timeoutFinished()) |
150 Q_PRIVATE_SLOT(d_func(), void _q_timeoutFinished()) |
149 }; |
151 }; |
150 |
152 |
151 #endif // HbPopup_H |
153 #endif // HbPopup_H |