Skip to content

Commit 34ca2a9

Browse files
Port to PyQt6
1 parent d267eae commit 34ca2a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buffer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2121

22-
from PyQt5 import QtCore
23-
from PyQt5.QtGui import QColor
24-
from PyQt5.QtCore import QUrl
22+
from PyQt6 import QtCore
23+
from PyQt6.QtGui import QColor
24+
from PyQt6.QtCore import QUrl
2525
from core.webengine import BrowserBuffer
2626
from core.utils import interactive
2727
from functools import cmp_to_key

0 commit comments

Comments
 (0)