mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +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*/) {
|
inline size_t qHash(const JKQTMathTextCacheKeyBase& data, size_t /*seedin=0*/) {
|
||||||
#else
|
#else
|
||||||
inline uint qHash(const JKQTMathTextCacheKeyBase& data, uint /*seedin=0*/) {
|
inline uint qHash(const JKQTMathTextCacheKeyBase& data, uint /*seedin=0*/) {
|
||||||
const size_t seed=0;
|
|
||||||
#endif
|
#endif
|
||||||
std::size_t seed=0;
|
std::size_t seed=0;
|
||||||
jkqtp_combine_hash(seed, ::qHash(data.f,0));
|
jkqtp_combine_hash(seed, ::qHash(data.f,0));
|
||||||
|
Loading…
Reference in New Issue
Block a user