Skip to content

Commit 0beb7dd

Browse files
Port to PyQt6
1 parent 105acbb commit 0beb7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buffer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
22+
from PyQt6.QtGui import QColor
2323
from core.webengine import BrowserBuffer
2424
from core.utils import eval_in_emacs
2525

0 commit comments

Comments
 (0)