summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglframebufferobject.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2025-01-09 14:01:19 -0300
committerThiago Macieira <thiago.macieira@intel.com>2025-01-19 23:52:15 -0300
commitbec49144f809ef8c5c61099ce46241c16b20b180 (patch)
tree7fe9d4ab65e08312f98a70cee459556b1cf58e29 /src/opengl/qopenglframebufferobject.cpp
parentec52f8c4f162af727af97cee1e79477b6d90bd64 (diff)
QThreadStorage: remove unused moc-skipping guards
QT_MOC_CPP is not the same as Q_MOC_RUN, which moc's preprocessor still sets. It appears Qt 3's qmake set it when ALLMOC_HEADER was set... a feature that doesn't appear in Qt 4 (but exists with cmake_automoc). MOC_SKIP_{BEGIN,END} appears in Qt 3's moc, but not in Qt 4's. But they weren't in qthreadstorage.h at the time, so I guess they were added in the 4.0 development cycle when QThreadStorage changed, but before moc was rewritten (which deleted the Qt historic repository's oldest file, moc.l). Pick-to: 6.9 Change-Id: Ibfff778c9f4d17af006dfffd8545fb24b495ecdd Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Diffstat (limited to 'src/opengl/qopenglframebufferobject.cpp')
0 files changed, 0 insertions, 0 deletions