Switch test code to PyQt6
This commit is contained in:
@@ -22,9 +22,9 @@ from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
from PyQt5.QtCore import pyqtSlot
|
||||
from PyQt5.QtGui import QFont
|
||||
from PyQt5.QtWidgets import QFontDialog
|
||||
from PyQt6.QtCore import pyqtSlot
|
||||
from PyQt6.QtGui import QFont
|
||||
from PyQt6.QtWidgets import QFontDialog
|
||||
|
||||
from novelwriter import SHARED
|
||||
from novelwriter.common import describeFont
|
||||
|
||||
Reference in New Issue
Block a user