Added some fixes for bugs discovered when testing with PySide2

This commit is contained in:
Veronica K. B. Olsen
2020-02-15 17:59:40 +01:00
parent 872fc87ab8
commit ca18fe5461
5 changed files with 12 additions and 21 deletions
-5
View File
@@ -23,11 +23,6 @@ logger = logging.getLogger(__name__)
class GuiDocDetails(QFrame):
C_NAME = 0
C_COUNT = 1
C_FLAGS = 2
C_HANDLE = 3
def __init__(self, theParent, theProject):
QFrame.__init__(self, theParent)