Fix source typo 'Hidding'

This commit is contained in:
luz paz
2022-12-06 06:10:35 -05:00
committed by Laurent Trinques
parent 4caf5e0211
commit 6a4b250213
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
Copyright 2006-2021 The QElectroTech Team
This file is part of QElectroTech.
@@ -69,7 +69,7 @@ class QWidgetAnimation : public QPropertyAnimation
private:
enum currentState {
Showing,
Hidding,
Hiding,
Finish
};