1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

[Browser] Remove servers before updating server list

This commit is contained in:
Koncord 2017-05-28 13:22:25 +08:00
parent b0c1aafc5a
commit 6a472de1c0

View file

@ -26,6 +26,8 @@ QueryHelper::QueryHelper(QAbstractItemModel *model)
void QueryHelper::refresh()
{
if(!queryThread->isRunning())
_model->removeRows(0, _model->rowCount());
queryThread->start();
emit started();
}