diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-01 19:03:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-01 19:51:35 +0900 |
| commit | 45d592deb685e106e20933502bbecda04ab73d75 (patch) | |
| tree | 4ce756e2ddaa21e7c97d6f35e6354912b453ab89 /src/xml/tqsvgdevice.cpp | |
| parent | 2c13edf0c015de4b82f580f7833af4fffee6a04a (diff) | |
| download | tqt-45d592deb685e106e20933502bbecda04ab73d75.tar.gz tqt-45d592deb685e106e20933502bbecda04ab73d75.zip | |
Remove usage of TQ_FULL_TEMPLATE_INSTANTIATION and TQ_DUMMY_COMPARISON_OPERATOR.
The #defines were used for some very old compilers which had issues with template instantiation.
We are now using c++17 compilers, so this is unnecessary.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/xml/tqsvgdevice.cpp')
| -rw-r--r-- | src/xml/tqsvgdevice.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xml/tqsvgdevice.cpp b/src/xml/tqsvgdevice.cpp index 51c48179c..3aec30c7a 100644 --- a/src/xml/tqsvgdevice.cpp +++ b/src/xml/tqsvgdevice.cpp @@ -60,19 +60,16 @@ const char systemId[] = "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001 struct TQM_EXPORT_SVG ImgElement { TQDomElement element; TQImage image; - TQ_DUMMY_COMPARISON_OPERATOR( ImgElement ) }; struct TQM_EXPORT_SVG PixElement { TQDomElement element; TQPixmap pixmap; - TQ_DUMMY_COMPARISON_OPERATOR( PixElement ) }; struct TQSvgDeviceState { int textx, texty; // current text position int textalign; // text alignment - TQ_DUMMY_COMPARISON_OPERATOR( TQSvgDeviceState ) }; typedef TQValueList<ImgElement> ImageList; |
