Remove all END Class comments
This commit is contained in:
@@ -185,8 +185,6 @@ class GuiNovelView(QWidget):
|
||||
self.novelTree.refreshHandle(tHandle)
|
||||
return
|
||||
|
||||
# END Class GuiNovelView
|
||||
|
||||
|
||||
class GuiNovelToolBar(QWidget):
|
||||
|
||||
@@ -349,8 +347,6 @@ class GuiNovelToolBar(QWidget):
|
||||
self.aLastCol[colType] = aLast
|
||||
return
|
||||
|
||||
# END Class GuiNovelToolBar
|
||||
|
||||
|
||||
class GuiNovelTree(QTreeWidget):
|
||||
|
||||
@@ -778,5 +774,3 @@ class GuiNovelTree(QTreeWidget):
|
||||
if tags:
|
||||
lines.append(f"<b>{trConst(nwLabels.KEY_NAME[key])}</b>: {tags}")
|
||||
return lines
|
||||
|
||||
# END Class GuiNovelTree
|
||||
|
||||
Reference in New Issue
Block a user