13
0

Fix typo: emit signal (don't construct an object)

This commit is contained in:
Robin Gareus 2018-09-21 21:35:28 +02:00
parent 1f0889a97a
commit 6dd6f6bb16

View File

@ -105,7 +105,7 @@ TransportMaster::set_name (std::string const & str)
{
if (_name != str) {
_name = str;
PropertyChange (Properties::name);
PropertyChanged (Properties::name);
}
}