Skip to content

Commit

Permalink
gui/tutorialoverlay.cpp: delete object when the tutorial is done.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan authored and adisuciu committed Sep 6, 2024
1 parent c5e542b commit ac0adee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/tutorialoverlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ void TutorialOverlay::finish()
qInfo(CAT_TUTORIALOVERLAY) << "Tutorial Finished";
overlay->deleteLater();
cleanupChapter();
deleteLater();

Q_EMIT finished();
}
Expand Down

0 comments on commit ac0adee

Please sign in to comment.