summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqsignalslotimp.h
Commit message (Collapse)AuthorAgeFilesLines
* Make TQConnectionList sharedfeat/dedup-tqobjectAlexander Golubev2024-03-161-1/+18
| | | | | | | | | | | | | | This commit fixes crashes caused by modifications of TQobject connections from the slots invoked by its signals. Up to recent time those were hidden by implementation specificities in TQObject::activate_signal(), so they would appear only under quite peculiar circumstances, but after attempts to de-duplicate the code they surfaced up. Besides that the patch de-duplicates some code in TQObject::disconnectInternal(). Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-0/+97