Skip to content

Commit b86bc4e

Browse files
fix: candidate function not viable
1 parent 7d2ad02 commit b86bc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/front_end_utils/include/utils.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ inline constexpr bool is_valid_hex_color(Args&&... args) noexcept {
5252
}
5353

5454
using init_list = initializer_list<uint8_t>;
55-
inline QIcon image_from_bytes(const init_list&& data) noexcept {
55+
inline QIcon image_from_bytes(const init_list& data) noexcept {
5656
QByteArray bytes_array;
5757
bytes_array.reserve(static_cast<int>(data.size()));
5858

0 commit comments

Comments
 (0)