mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup 6bbd88ac
: compilation fix for Qt4
This commit is contained in:
parent
73865ce999
commit
69834f1e0d
@ -57,6 +57,15 @@ using namespace lyx::support;
|
||||
# error "Define at least one of BIDI_USE_OVERRIDE or BIDI_USE_FLAG"
|
||||
#endif
|
||||
|
||||
|
||||
#if QT_VERSION < 0x050000
|
||||
inline uint qHash(double key)
|
||||
{
|
||||
return qHash(QByteArray(reinterpret_cast<char const *>(&key), sizeof(key)));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
namespace std {
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user