mpviewplugins/mpdetailsviewplugin/src/mpdetailssharedialog.cpp
changeset 45 612c4815aebe
parent 36 a0afa279b8fe
equal deleted inserted replaced
43:0f32e550d9d8 45:612c4815aebe
   460  Slot to call for debug output.
   460  Slot to call for debug output.
   461  */
   461  */
   462 void MpDetailsShareDialog::debugJs( QString s )
   462 void MpDetailsShareDialog::debugJs( QString s )
   463 {
   463 {
   464     TX_ENTRY
   464     TX_ENTRY
   465     TX_LOG_ARGS( "share: debugJs: " << s )
   465     Q_UNUSED(s);
       
   466 
   466     TX_EXIT
   467     TX_EXIT
   467 }
   468 }
   468 
   469 
   469 /*!
   470 /*!
   470  Slot to call for displaying an error message to the user.
   471  Slot to call for displaying an error message to the user.