Use SLOT for both uses of QTimer::singleShot
(fix Qt < 5.4 build)
This commit is contained in:
parent
2d1c5d47ee
commit
cc725c61de
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ private slots:
|
|||
m_search.reset();
|
||||
emit searchComplete();
|
||||
} else {
|
||||
QTimer::singleShot(100, this, &NavSearchModel::onSearchResultsPoll);
|
||||
QTimer::singleShot(100, this, SLOT(onSearchResultsPoll()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue