diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-27 07:34:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-27 07:34:00 -0500 |
| commit | 5dd9bbe33aa962cf796f039dcf77680cb11e2c27 (patch) | |
| tree | d9f428c16fc41d0269baf017c732ade505c550e3 /src/tutorials | |
| parent | ddba54382aab3cb5548485d14c85e2611272f3cb (diff) | |
Revert "Changing the location of several directories"
Diffstat (limited to 'src/tutorials')
| -rw-r--r-- | src/tutorials/TutorialOverlay.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tutorials/TutorialOverlay.qml b/src/tutorials/TutorialOverlay.qml index 0a31ef0e..47e5065d 100644 --- a/src/tutorials/TutorialOverlay.qml +++ b/src/tutorials/TutorialOverlay.qml @@ -55,9 +55,7 @@ Rectangle { Connections {
target: manager
- function onTabChanged() {
- tabChanged(index)
- }
+ onTabChanged: tabChanged(index)
}
Tooltip {
|
