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