Skip to content
Snippets Groups Projects
Commit f694e623 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/main_window.py

parent 3dd39faf
No related branches found
No related tags found
1 merge request!52#82 Cleanup
Pipeline #79726 failed
...@@ -48,7 +48,7 @@ class MainWindow(QMainWindow): ...@@ -48,7 +48,7 @@ class MainWindow(QMainWindow):
self.popup_shortcut_help = ShortcutsHelpDialog() self.popup_shortcut_help = ShortcutsHelpDialog()
self.popup_basic_use_help = BasicUsageHelpDialog() self.popup_basic_use_help = BasicUsageHelpDialog()
# Database instancepartial # Database instance
self.database = Database(db_path) self.database = Database(db_path)
# Timer for automatic update of codes in CodeBook # Timer for automatic update of codes in CodeBook
self.timer = QTimer() self.timer = QTimer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment