src/hbwidgets/devicedialogs/hbdeviceprogressdialog.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
   457 
   457 
   458 /*!
   458 /*!
   459     Closes the dialog.
   459     Closes the dialog.
   460 
   460 
   461     \deprecated HbDeviceProgressDialog::cancel()
   461     \deprecated HbDeviceProgressDialog::cancel()
   462     is deprecated. Replaced by HbDeviceProgressDialog::close().
   462         is deprecated. Replaced by HbDeviceProgressDialog::close().
   463 
   463 
   464 */
   464 */
   465 void HbDeviceProgressDialog::cancel()
   465 void HbDeviceProgressDialog::cancel()
   466 {
   466 {
   467     TRACE_ENTRY
   467     TRACE_ENTRY
   690     \param wrap When set, the text is drawn with Qt::TextWordWrap enabled meaning that
   690     \param wrap When set, the text is drawn with Qt::TextWordWrap enabled meaning that
   691     lines breaks are at appropriate point, e.g. at word boundaries.
   691     lines breaks are at appropriate point, e.g. at word boundaries.
   692 
   692 
   693     \sa textWrapping()
   693     \sa textWrapping()
   694 
   694 
   695     \deprecated HbDeviceProgressDialog::setTextWrapping()
   695     \deprecated HbDeviceProgressDialog::setTextWrapping(bool)
   696     is deprecated. Will be removed.
   696         is deprecated. Will be removed.
   697 */
   697 */
   698 void HbDeviceProgressDialog::setTextWrapping(bool wrap)
   698 void HbDeviceProgressDialog::setTextWrapping(bool wrap)
   699 {
   699 {
   700     TRACE_ENTRY
   700     TRACE_ENTRY
   701     Q_UNUSED(wrap)
   701     Q_UNUSED(wrap)
   705 /*!
   705 /*!
   706     Returns the text wrapping setting. Default value is true.
   706     Returns the text wrapping setting. Default value is true.
   707 
   707 
   708     \sa setTextWrapping()
   708     \sa setTextWrapping()
   709 
   709 
   710     \deprecated HbDeviceProgressDialog::textWrapping()
   710     \deprecated HbDeviceProgressDialog::textWrapping() const
   711     is deprecated. Will be removed.
   711         is deprecated. Will be removed.
   712 */
   712 */
   713 bool HbDeviceProgressDialog::textWrapping() const
   713 bool HbDeviceProgressDialog::textWrapping() const
   714 {
   714 {
   715     return true;
   715     return true;
   716 }
   716 }