refactor: add explicit this-> where possible
I have knowingly skipped some files/portions of files where this would create merge conflicts for other open PRs.
This commit is contained in:
@@ -23,7 +23,7 @@ void CommandStrategy::apply(const std::vector<CommandItem> &items,
|
||||
{
|
||||
QString normalizedQuery = normalizeQuery(query);
|
||||
|
||||
if (startsWithOnly_)
|
||||
if (this->startsWithOnly_)
|
||||
{
|
||||
std::copy_if(items.begin(), items.end(),
|
||||
std::back_insert_iterator(output),
|
||||
|
||||
Reference in New Issue
Block a user