We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4251a7b commit f3c4129Copy full SHA for f3c4129
1 file changed
src/bitmessageqt/bitmessageui.py
@@ -631,7 +631,7 @@ def setupUi(self, MainWindow):
631
632
# Popup menu actions container for the Sent page
633
# pylint: disable=attribute-defined-outside-init
634
- self.sentContextMenuToolbar = QtGui.QToolBar()
+ self.sentContextMenuToolbar = QtWidgets.QToolBar()
635
636
def updateNetworkSwitchMenuLabel(self, dontconnect=None):
637
if dontconnect is None:
0 commit comments