mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
9e059be4ca
commit
a7889d1f4e
2 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue