diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:23 +0900 |
commit | e050a3eb30a884522a3b09df0c37c8fc69c0c5bb (patch) | |
tree | c9e4bc90acd51d12c01070461de5da677d709b04 /filesharing/advanced/propsdlgplugin | |
parent | bfb6a86ee22664339e8922e55216d12e1a5b2008 (diff) | |
download | tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.tar.gz tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'filesharing/advanced/propsdlgplugin')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propertiespagegui.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propertiespagegui.ui b/filesharing/advanced/propsdlgplugin/propertiespagegui.ui index a7504571..deec946a 100644 --- a/filesharing/advanced/propsdlgplugin/propertiespagegui.ui +++ b/filesharing/advanced/propsdlgplugin/propertiespagegui.ui @@ -463,17 +463,17 @@ <variables> <variable>bool m_hasChanged;</variable> </variables> -<Q_SIGNALS> +<signals> <signal>changed()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot access="protected">changedSlot()</slot> <slot>moreNFSBtn_clicked()</slot> <slot>sambaChkToggled( bool )</slot> <slot>publicSambaChkToggled( bool b )</slot> <slot>publicNFSChkToggled( bool b )</slot> <slot>moreSambaBtnClicked()</slot> -</Q_SLOTS> +</slots> <functions> <function returnType="bool">hasChanged()</function> </functions> |