diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-20 19:39:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-20 19:39:16 +0900 |
commit | 233aee46f57861eceff8e6ad7b38a2e79f2d62c8 (patch) | |
tree | a92a1711ae97d37fbbe83f635a139df2d08e4e7c | |
parent | 2ad1beb815994ee2f2cefd31ec76102b880d7768 (diff) | |
download | tqtinterface-233aee46f57861eceff8e6ad7b38a2e79f2d62c8.tar.gz tqtinterface-233aee46f57861eceff8e6ad7b38a2e79f2d62c8.zip |
Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/tqt.h.cmake | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 53b3cf2..6d0ee4e 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -22,41 +22,6 @@ Boston, MA 02110-1301, USA. #ifndef TQT_H #define TQT_H -#ifdef TQT_METHOD -#undef TQT_METHOD -#endif -#ifdef TQT_SLOT -#undef TQT_SLOT -#endif -#ifdef TQT_SIGNAL -#undef TQT_SIGNAL -#endif - -#ifdef METHOD -#undef METHOD -#endif -#ifdef SLOT -#undef SLOT -#endif -#ifdef SIGNAL -#undef SIGNAL -#endif - -#ifdef __cplusplus -#define TQT_METHOD(a) TQ_METHOD(a) -#define TQT_SLOT(a) TQ_SLOT(a) -#define TQT_SIGNAL(a) TQ_SIGNAL(a) - -#define METHOD(a) TQ_METHOD(a) -#define SLOT(a) TQ_SLOT(a) -#define SIGNAL(a) TQ_SIGNAL(a) - -#define TQMETHOD_CODE TQ_METHOD_CODE -#define TQSLOT_CODE TQ_SLOT_CODE -#define TQSIGNAL_CODE TQ_SIGNAL_CODE -#endif /* __cplusplus */ - - #include <ntqglobal.h> #ifdef QT_NO_SQL |