cleanup: fix typo: verboseEnabebled -> verboseEnabled

Not really relevant, because it only affects debugging output.

But shows why I dislike weakly typed, non-compiled languages.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2023-05-20 19:28:06 +02:00 committed by bstoeger
parent 9e059be4ca
commit a7889d1f4e
2 changed files with 2 additions and 2 deletions

View file

@ -253,7 +253,7 @@ Item {
// before realizing that this is actually a pinch/zoom. So let's reset this
// just in case
qmlProfile.opacity = 1.0
if (manager.verboseEnabebled)
if (manager.verboseEnabled)
manager.appendTextToLog("pinch started w/ previousScale " + qmlProfile.lastScale)
}
onPinchUpdated: {