QEventDispatcherWasm: Fix typo in debug message

Pick-to: 6.2
Change-Id: I183de5fd477b9529dd5272c88a196b9bebf4ab66
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Jonas Kvinge 2021-10-09 15:32:29 +02:00
parent 00ebab71d3
commit 616802fe88
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ QEventDispatcherWasm::QEventDispatcherWasm()
QEventDispatcherWasm::~QEventDispatcherWasm()
{
qCDebug(lcEventDispatcher) << "Detroying QEventDispatcherWasm instance" << this;
qCDebug(lcEventDispatcher) << "Destroying QEventDispatcherWasm instance" << this;
delete m_timerInfo;