1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

chore(ALTimerTaskManageWidget): 更改信号函数命名

This commit is contained in:
2026-02-16 13:02:01 +08:00
parent e1c2efc8c0
commit de30559af1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -135,9 +135,9 @@ class ALTimerTaskManageWidget(QWidget, Ui_ALTimerTaskManageWidget):
BY_ADD_TIME = "按添加时间"
BY_EXECUTE_TIME = "按执行时间"
timerTasksChanged = Signal()
timerTaskIsReady = Signal(dict)
timerTaskWidgetClosed = Signal()
timerTasksChanged = Signal()
timerTaskManageWidgetClosed = Signal()
def __init__(
self,
@@ -285,7 +285,7 @@ class ALTimerTaskManageWidget(QWidget, Ui_ALTimerTaskManageWidget):
):
self.hide()
self.timerTaskWidgetClosed.emit()
self.timerTaskManageWidgetClosed.emit()
event.ignore()