diff options
author | Michele Calgaro <[email protected]> | 2023-08-07 21:22:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-07 21:22:27 +0900 |
commit | f2b3ea52ef97d4d6f75d60d48f98a35bc1469368 (patch) | |
tree | 596c51468ab6339193f2b22de8e174ffef28be60 /doc/html/qsignal-h.html | |
parent | fb6884ead2891c09ee54fca2d753fb8d34359e28 (diff) | |
download | tqt3-f2b3ea52ef97d4d6f75d60d48f98a35bc1469368.tar.gz tqt3-f2b3ea52ef97d4d6f75d60d48f98a35bc1469368.zip |
Drop compatibility code for TQSignal
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qsignal-h.html')
-rw-r--r-- | doc/html/qsignal-h.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/html/qsignal-h.html b/doc/html/qsignal-h.html index f2fd71e50..82e664d5c 100644 --- a/doc/html/qsignal-h.html +++ b/doc/html/qsignal-h.html @@ -96,15 +96,6 @@ public: void activate(); -#ifndef TQT_NO_COMPAT - bool isBlocked() const { return TQObject::signalsBlocked(); } - void block( bool b ) { TQObject::blockSignals( b ); } -#ifndef TQT_NO_VARIANT - void setParameter( int value ); - int parameter() const; -#endif -#endif - #ifndef TQT_NO_VARIANT void setValue( const TQVariant &value ); TQVariant value() const; |