X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=ab109001bd96d72441f5f0bff45a150e9266d861;hp=e763302ec41acb26548cc4b71be5a41f39c93505;hb=39debd2f895c23ff5da216781d111932b925629e;hpb=554af71bf515d2763ca13c3829dbeb2064cc4c83 diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index e763302e..ab109001 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -36,11 +36,11 @@ using std::unordered_map; #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) namespace std { - template<> struct hash { - std::size_t operator()(const QString& s) const noexcept { - return (size_t) qHash(s); - } - }; + template<> struct hash { + std::size_t operator()(const QString& s) const noexcept { + return (size_t) qHash(s); + } + }; } #endif