Core/Utils: Use {} instead of nullptr for flags

Deprecated in current 5.15

Change-Id: I4222c67f2da3919e3476178f52dae909327431d4
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2020-01-17 12:16:38 +01:00
parent 7021b1f078
commit 7992f7f538
7 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ public:
SearchInterface &m_searchInterface,
RefactoringClient &m_refactoringClient);
void findAll(const QString &queryText, Core::FindFlags findFlags = nullptr) override;
void findAll(const QString &queryText, Core::FindFlags findFlags = {}) override;
void handleQueryOrExampleTextChanged();