diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 18:23:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 22:59:49 +0900 |
commit | c6acfabe32e7d22d90571d5398b94514e16dacff (patch) | |
tree | fb1a6d9f9722711c1cb16960172a95a55ea7c863 /pytquic3/uic.h | |
parent | f4a39d2fde3ef72e32b296fdd783b31d4abfcb76 (diff) | |
download | pytqt-c6acfabe.tar.gz pytqt-c6acfabe.zip |
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ccbd4fc0219267d2d8b00e7191b1d92de834569)
Diffstat (limited to 'pytquic3/uic.h')
-rw-r--r-- | pytquic3/uic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pytquic3/uic.h b/pytquic3/uic.h index 1cda66b..6bf9232 100644 --- a/pytquic3/uic.h +++ b/pytquic3/uic.h @@ -143,9 +143,7 @@ private: uint stdsetdef : 1; uint externPixmaps : 1; -#if TQT_VERSION >= 0x030300 TQString uiFileVersion; -#endif TQString nameOfClass; TQStringList namespaces; TQString bareNameOfClass; |