Improved the tokenizer class a bit

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 20:19:55 +02:00
parent 65f74e6fdc
commit 2bbde2c445
3 changed files with 141 additions and 73 deletions
-3
View File
@@ -294,9 +294,6 @@ class GuiBuildNovel(QDialog):
# ==============
self.buttonForm = QGridLayout()
self.btnHelp = QPushButton("Help")
self.btnHelp.clicked.connect(self._showHelp)
self.btnPrint = QPushButton("Print")
self.btnPrint.clicked.connect(self._printDocument)