When including the QHexEdit headers in a project which has QT_NO_KEYWORDS or QT_NO_SIGNALS_SLOTS_KEYWORDS set, this results in a build failure, as then signals and slots are no longer defined.
So would be nice if the deployed public headers are prepared for such more strict build setups.
When including the QHexEdit headers in a project which has
QT_NO_KEYWORDSorQT_NO_SIGNALS_SLOTS_KEYWORDSset, this results in a build failure, as thensignalsandslotsare no longer defined.So would be nice if the deployed public headers are prepared for such more strict build setups.