diff options
author | Michele Calgaro <[email protected]> | 2024-02-05 11:19:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-05 11:19:36 +0900 |
commit | 477975ca208e5f68bc748118dc6a18bd94895961 (patch) | |
tree | 670e3912afc908378c1d75084ded99713b6e5817 /kontact | |
parent | d2f343cc239e1fa25c9581cf35bada96692c41db (diff) | |
download | tdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kontact')
-rw-r--r-- | kontact/DESIGN.dcopinteraction | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/DESIGN.dcopinteraction b/kontact/DESIGN.dcopinteraction index 612ed845b..f0350627a 100644 --- a/kontact/DESIGN.dcopinteraction +++ b/kontact/DESIGN.dcopinteraction @@ -74,7 +74,7 @@ See e.g. tdepim/kaddressbook/kaddressbook.desktop Designing DCOP interfaces ========================= -Porting the kroupware Q_SIGNALS/Q_SLOTS to DCOP requires some changes. +Porting the kroupware signals/slots to DCOP requires some changes. For instance any non-const reference (such as those used for returning values to the caller) has to be changed. If there is more than one value to be returned, you need to |