fix: add missing QTimer import in renderer
All checks were successful
Build Linux / Build Linux (push) Successful in 1m28s
Build Windows / Build Windows (push) Successful in 4m44s

This commit is contained in:
2026-02-21 13:07:50 +01:00
parent 8dba051ab4
commit a9f3642254

View File

@@ -1,7 +1,7 @@
from PyQt6.QtWidgets import QWidget
from PyQt6.QtGui import QPainter, QColor, QFont, QImage, QBrush, QPen
from PyQt6.QtCore import Qt, QRect, QSize, pyqtSignal
from PyQt6.QtCore import Qt, QRect, QSize, pyqtSignal, QTimer
from .models import Page, Packet
from .charsets import get_char, get_byte_from_char