void QtTestOutput::ReportError( std::string const& , int , std::string const& , std::string const& , std::string const& ) { this->isGood = false; Q_EMIT goodChanged(this->isGood); }
void MyThing::beGood(bool good) { this->m_good=good; emit goodChanged(good); }