We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d267eae commit 34ca2a9Copy full SHA for 34ca2a9
buffer.py
@@ -19,9 +19,9 @@
19
# You should have received a copy of the GNU General Public License
20
# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
22
-from PyQt5 import QtCore
23
-from PyQt5.QtGui import QColor
24
-from PyQt5.QtCore import QUrl
+from PyQt6 import QtCore
+from PyQt6.QtGui import QColor
+from PyQt6.QtCore import QUrl
25
from core.webengine import BrowserBuffer
26
from core.utils import interactive
27
from functools import cmp_to_key
0 commit comments