check if QSK_EXPORT prevents constexpr

This commit is contained in:
Vogel, Rick 2023-03-15 17:00:33 +01:00
parent 9faaccbfc3
commit 8ede32692e
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ namespace QskRgb
namespace QskRgb
{
// Converts a HTML #RRGGBB[AA] color hex string to Qt's RGB 0xAARRGGBB integer
QSK_EXPORT Q_REQUIRED_RESULT constexpr QRgb fromHexString(
Q_REQUIRED_RESULT constexpr QRgb fromHexString(
const char* const str, const size_t len ) noexcept
{
if ( len != 7 && len != 9 )