Use even less nullptr for default flags

Change-Id: I5ec30de3e41dfc1c7bf6d5f5e36991eadcbbfb72
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-01-17 15:50:46 +01:00
parent a3447f6eb2
commit 7e19d1af7c
12 changed files with 22 additions and 25 deletions

View File

@@ -148,7 +148,7 @@ public:
} else {
result = NotFound;
m_contPos = -1;
m_widget->highlightSearchResults(QByteArray(), nullptr);
m_widget->highlightSearchResults(QByteArray(), {});
}
}
return result;