Skip to content

Commit 558151f

Browse files
committed
fix: remove redundant signal handler setup in fcitx5helper
- Removed duplicate setupSignalHandler() call and debug log. Log: remove redundant signal handler setup in fcitx5helper pms: BUG-339241
1 parent 79f1ff4 commit 558151f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
deepin-fcitx5configtool-plugin (6.0.24) unstable; urgency=medium
2+
3+
* fix: remove redundant signal handler setup in fcitx5helper.
4+
5+
-- wangyu <wangyu@uniontech.com> Mon, 05 Jan 2026 14:00:16 +0800
6+
17
deepin-fcitx5configtool-plugin (6.0.23) unstable; urgency=medium
28

39
* Non-maintainer upload.

src/fcitx5helper/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ int main(int argc, char *argv[])
100100
}
101101
});
102102

103-
qCDebug(fcitx5Helper) << "Setting up signal handlers";
104-
setupSignalHandler();
105-
106103
qCDebug(fcitx5Helper) << "Initializing process monitor";
107104
ProcessMonitor monitor;
108105
monitor.startMonitoring();

0 commit comments

Comments
 (0)