Fix various typos throughout the codebase (#13029)
* Fix various typos throughout the codebase * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -325,7 +325,7 @@ QString Action::createToolTip(QString helpText,
|
||||
//
|
||||
// The long winding code is to deal with the fact that Qt will auto wrap
|
||||
// a rich text tooltip but the width is too short. We can escape the auto
|
||||
// wrappin using <p style='white-space:pre'>.
|
||||
// wrapping using <p style='white-space:pre'>.
|
||||
|
||||
QString shortcut = shortCut;
|
||||
if (!shortcut.isEmpty() && helpText.endsWith(shortcut)) {
|
||||
|
||||
Reference in New Issue
Block a user