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 61c8239 commit 1c22e07Copy full SHA for 1c22e07
buffer.py
@@ -19,8 +19,8 @@
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.QtGui import QColor
23
-from PyQt5.QtCore import QUrl, QTimer
+from PyQt6.QtGui import QColor
+from PyQt6.QtCore import QUrl, QTimer
24
from core.webengine import BrowserBuffer
25
from core.utils import interactive
26
from functools import cmp_to_key
0 commit comments