Skip to content

Remove a duplicate qCWarning(SHELL)

355124b2 (master branch) upper-cased the first letter of this warning. bda72ef1 (branch 5.1) switched from qWarning() to qCWarning(SHELL). 33f15abf merged 5.1 into master, but ended up including two almost identical warnings. This commit removes the warning that starts with a lower-case letter.

Merge request reports