Update source file headers

This commit is contained in:
Veronica Berglyd Olsen
2023-08-08 21:41:35 +02:00
parent 348e62cd3e
commit d658a993c0
27 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter Custom Widget: Switch
===================================
A custom switch widget
File History:
Created: 2020-05-03 [0.4.5]
@@ -22,6 +21,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
from PyQt5.QtGui import QPainter
from PyQt5.QtCore import Qt, QRectF, QPropertyAnimation, pyqtProperty