return statement + export

This commit is contained in:
Vogel, Rick 2023-03-15 17:03:58 +01:00
parent 00b4626b2d
commit f16bd2d63e
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
Q_REQUIRED_RESULT constexpr QRgb fromHexString(
QSK_EXPORT Q_REQUIRED_RESULT constexpr QRgb fromHexString(
const char* const str, const size_t len ) noexcept
{
if ( len != 7 && len != 9 )