Fix a stupid "No such slot" bug
This commit is contained in:
parent
55f74926fc
commit
123eeb4d40
1 changed files with 1 additions and 1 deletions
2
menus.py
2
menus.py
|
@ -973,7 +973,7 @@ class PesterMemoList(QtGui.QDialog):
|
|||
self.channelarea.setColumnWidth(1,10)
|
||||
self.connect(self.channelarea,
|
||||
QtCore.SIGNAL('itemActivated(QTreeWidgetItem *, int)'),
|
||||
self, QtCore.SLOT('joinActivatedMemo(QTreeWidgetItem *, int)'))
|
||||
self, QtCore.SLOT('joinActivatedMemo(QTreeWidgetItem, int)'))
|
||||
|
||||
self.orjoinlabel = QtGui.QLabel("OR MAKE A NEW MEMO:")
|
||||
self.newmemo = QtGui.QLineEdit(channel, self)
|
||||
|
|
Loading…
Reference in a new issue