Added test for signal with typedef
Reviewer: Renato Filho <renato.filho@openbossa.org> Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
parent
44e1d257ec
commit
5e08e864e7
5 changed files with 51 additions and 1 deletions
|
|
@ -24,3 +24,9 @@ TestObject::emitSignalWithDefaultValue_bool()
|
|||
emit signalWithDefaultValue(true);
|
||||
}
|
||||
|
||||
void
|
||||
TestObject::emitSignalWithTypedefValue(int value)
|
||||
{
|
||||
emit signalWithTypedefValue(TypedefValue(value));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue