Merge pull request #226 from wotent/patch-1

Patch 1
This commit is contained in:
sthoo 2021-12-22 19:59:13 +08:00 committed by GitHub
commit 901ebe8fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class OptionsDialog(Dialog):
'''
__slot__ = [
'begore_build',
'before_build',
'after_build'
]
_signal = pyqtSignal(str)

View File

@ -45,7 +45,7 @@ class OptionsDialog(Dialog):
setting query dictionary and fileds
'''
__slot__ = ['begore_build', 'after_build']
__slot__ = ['before_build', 'after_build']
_signal = pyqtSignal(str)
_NULL_ICON = get_icon('null.png')