mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
fix Qt5 compile error
This commit is contained in:
parent
51f0afe4cf
commit
d84c67642c
@ -922,7 +922,6 @@ namespace {
|
||||
inline size_t qHash(const JKQTMathTextCacheKeyBase& data, size_t /*seedin=0*/) {
|
||||
#else
|
||||
inline uint qHash(const JKQTMathTextCacheKeyBase& data, uint /*seedin=0*/) {
|
||||
const size_t seed=0;
|
||||
#endif
|
||||
std::size_t seed=0;
|
||||
jkqtp_combine_hash(seed, ::qHash(data.f,0));
|
||||
|
Loading…
Reference in New Issue
Block a user