Skip to content

Commit 1c22e07

Browse files
Port to PyQt6
1 parent 61c8239 commit 1c22e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buffer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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.QtGui import QColor
23-
from PyQt5.QtCore import QUrl, QTimer
22+
from PyQt6.QtGui import QColor
23+
from PyQt6.QtCore import QUrl, QTimer
2424
from core.webengine import BrowserBuffer
2525
from core.utils import interactive
2626
from functools import cmp_to_key

0 commit comments

Comments
 (0)