diff options
author | Michele Calgaro <[email protected]> | 2024-02-02 11:26:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 20:27:31 +0900 |
commit | ee4dfb787d195f5894c351ca53d805a4030ae8c1 (patch) | |
tree | 8c9edd5d18594c61b303b266c89530cf3cc8685b | |
parent | df532886a7f6b6bba15e38163c8fe37a74561f5c (diff) | |
download | wlassistant-ee4dfb787d195f5894c351ca53d805a4030ae8c1.tar.gz wlassistant-ee4dfb787d195f5894c351ca53d805a4030ae8c1.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit ce4a1359711b176adbfe2867d87fb98a00ee68ec)
-rw-r--r-- | src/ui_main.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui_main.ui b/src/ui_main.ui index 13978c6..142a8b5 100644 --- a/src/ui_main.ui +++ b/src/ui_main.ui @@ -711,12 +711,12 @@ <tabstop>spinDhcpTimeout</tabstop> <tabstop>buttonEnableAllMessages</tabstop> </tabstops> - <Q_SLOTS> + <slots> <slot>netScan()</slot> <slot>netConnect()</slot> <slot>showCfgDlg()</slot> <slot>setDeviceList()</slot> - </Q_SLOTS> + </slots> <functions> <function>updateStatus(char sts)</function> </functions> |