With a few modifications, novelWriter now starts wuth Qt 5.2.1 and Python 3.4.3

This commit is contained in:
Veronica K. B. Olsen
2020-05-16 20:18:39 +02:00
parent 24596f28d6
commit bb894926d0
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class GuiProjectEditStatus(QWidget):
newItem.setIcon(QIcon(newIcon))
newItem.setData(Qt.UserRole, len(self.colData))
self.listBox.addItem(newItem)
self.colData.append((iName,*iCol,oName))
self.colData.append((iName,iCol[0],iCol[1],iCol[2],oName))
self.colCounts.append(nUse)
return newItem