return statement + export
This commit is contained in:
parent
00b4626b2d
commit
f16bd2d63e
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue