Make gui class debug messages consistent
This commit is contained in:
@@ -60,7 +60,7 @@ class GuiWritingStats(QDialog):
|
||||
def __init__(self, mainGui):
|
||||
super().__init__(parent=mainGui)
|
||||
|
||||
logger.debug("Initialising GuiWritingStats ...")
|
||||
logger.debug("Create: GuiWritingStats")
|
||||
self.setObjectName("GuiWritingStats")
|
||||
|
||||
self.mainGui = mainGui
|
||||
@@ -286,10 +286,14 @@ class GuiWritingStats(QDialog):
|
||||
|
||||
self.setLayout(self.outerBox)
|
||||
|
||||
logger.debug("GuiWritingStats initialisation complete")
|
||||
logger.debug("Ready: GuiWritingStats")
|
||||
|
||||
return
|
||||
|
||||
def __del__(self):
|
||||
logger.debug("Delete: GuiWritingStats")
|
||||
return
|
||||
|
||||
def populateGUI(self):
|
||||
"""Populate list box with data from the log file.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user