void Proxy::Play() { emit sigPlay(); }
//--------------------------------------------------------------------------- // //! \brief one of the play buttons was pressed, emit play signal // //! \author Jo2003 //! \date 26.11.2012 // //! \param -- // //! \return -- //--------------------------------------------------------------------------- void QFusionControl::slotPlay () { emit sigPlay(); }