Fix typo: emit signal (don't construct an object)
This commit is contained in:
parent
1f0889a97a
commit
6dd6f6bb16
@ -105,7 +105,7 @@ TransportMaster::set_name (std::string const & str)
|
|||||||
{
|
{
|
||||||
if (_name != str) {
|
if (_name != str) {
|
||||||
_name = str;
|
_name = str;
|
||||||
PropertyChange (Properties::name);
|
PropertyChanged (Properties::name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user