QEventDispatcherWasm: Fix typo in debug message
Pick-to: 6.2 Change-Id: I183de5fd477b9529dd5272c88a196b9bebf4ab66 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>bb10
parent
00ebab71d3
commit
616802fe88
|
|
@ -170,7 +170,7 @@ QEventDispatcherWasm::QEventDispatcherWasm()
|
|||
|
||||
QEventDispatcherWasm::~QEventDispatcherWasm()
|
||||
{
|
||||
qCDebug(lcEventDispatcher) << "Detroying QEventDispatcherWasm instance" << this;
|
||||
qCDebug(lcEventDispatcher) << "Destroying QEventDispatcherWasm instance" << this;
|
||||
|
||||
delete m_timerInfo;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue