Remove encoding line and add spaces between classes and functions
This commit is contained in:
+2
-1
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
novelWriter – GUI Project Tree
|
||||
==============================
|
||||
@@ -42,6 +41,7 @@ from nw.constants import nwConst, trConst, nwLists, nwLabels
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class GuiProjectTree(QTreeWidget):
|
||||
|
||||
C_NAME = 0
|
||||
@@ -1102,6 +1102,7 @@ class GuiProjectTree(QTreeWidget):
|
||||
|
||||
# END Class GuiProjectTree
|
||||
|
||||
|
||||
class GuiProjectTreeMenu(QMenu):
|
||||
|
||||
def __init__(self, theTree):
|
||||
|
||||
Reference in New Issue
Block a user