diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:26:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-02 11:26:35 +0900 |
commit | ce4a1359711b176adbfe2867d87fb98a00ee68ec (patch) | |
tree | cf19d2b51299194e7e0e8d1d7ab24fbb0cc3b452 | |
parent | d10984d6c1b4e09a7ad0914fdad74bc40a938d64 (diff) | |
download | wlassistant-ce4a1359711b176adbfe2867d87fb98a00ee68ec.tar.gz wlassistant-ce4a1359711b176adbfe2867d87fb98a00ee68ec.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |