qtpy
This commit is contained in:
4
toxygen/third_party/qweechat/buffer.py
vendored
4
toxygen/third_party/qweechat/buffer.py
vendored
@ -24,8 +24,8 @@
|
||||
|
||||
from pkg_resources import resource_filename
|
||||
|
||||
from PyQt5 import QtCore, QtGui, QtWidgets
|
||||
from PyQt5.QtCore import pyqtSignal
|
||||
from qtpy import QtCore, QtGui, QtWidgets
|
||||
from qtpy.QtCore import pyqtSignal
|
||||
Signal = pyqtSignal
|
||||
|
||||
from third_party.qweechat.chat import ChatTextEdit
|
||||
|
Reference in New Issue
Block a user