src/hbcore/gui/hbpopup.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 7 923ff622b8b9
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
9:730c025d4b77 15:f378acbc9cfb
   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