X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=ab109001bd96d72441f5f0bff45a150e9266d861;hb=b0773a8aa01735d7220284ab7a3e8b5d02b48e9e;hp=e763302ec41acb26548cc4b71be5a41f39c93505;hpb=9a5ef9a0d7966bf956f0b32bf3a57029a8d7d45a;p=pulseview.git 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