Fix crash when writing to some forms

typo type typeo :D

BUGS: 402307
This commit is contained in:
Albert Astals Cid 2018-12-18 22:48:04 +01:00
parent 5fdeec57df
commit ba5ec662a2

View file

@ -118,7 +118,7 @@ void Event::setTarget( void *target )
Page *Event::targetPage() const
{
return d->m_sourcePage;
return d->m_targetPage;
}
void Event::setTargetPage( Page *val )