summaryrefslogtreecommitdiffstats
path: root/sphinx/introduction.rst
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-07 11:07:33 +0900
committerMichele Calgaro <[email protected]>2024-02-07 11:28:03 +0900
commit746782ba8bfbc2ddc7d062f471c42d165f8b8a44 (patch)
tree9da8f1010e1b880d96cef24008129ef97ab29d62 /sphinx/introduction.rst
parentbce54982a6bf61d292f293127118a5010260b63e (diff)
downloadsip4-tqt-746782ba8bfbc2ddc7d062f471c42d165f8b8a44.tar.gz
sip4-tqt-746782ba8bfbc2ddc7d062f471c42d165f8b8a44.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sphinx/introduction.rst')
-rw-r--r--sphinx/introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/introduction.rst b/sphinx/introduction.rst
index bdb4681..ab84fe9 100644
--- a/sphinx/introduction.rst
+++ b/sphinx/introduction.rst
@@ -74,7 +74,7 @@ SIP, and the bindings it produces, have the following features:
- support for C++ exceptions and wrapping them as Python exceptions
-- the automatic generation of complementary rich comparison Q_SLOTS
+- the automatic generation of complementary rich comparison slots
- support for deprecation warnings
@@ -164,6 +164,6 @@ toolkit.
The SIP code generator understands the signal/slot type safe callback mechanism
that TQt uses to connect objects together. This allows applications to define
-new Python Q_SIGNALS, and allows any Python callable object to be used as a slot.
+new Python signals, and allows any Python callable object to be used as a slot.
SIP itself does not require TQt to be installed.