mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
eb43e53372
commit
a09f70ea22
@ -1351,7 +1351,7 @@ void PictureFlow::keyPressEvent(QKeyEvent* event)
|
||||
#define SPEED_UPPER_LIMIT 40
|
||||
|
||||
qreal PictureFlow::device_pixel_ratio() const {
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
return devicePixelRatioF();
|
||||
#else
|
||||
return (qreal)devicePixelRatio();
|
||||
|
@ -269,7 +269,7 @@ static const char *specialLanguages[] = {
|
||||
"sa", // Siddham
|
||||
"sd", // Khudawadi
|
||||
"mai", // Tirhuta
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||
"hoc", // WarangCiti
|
||||
"", // Ahom
|
||||
"", // AnatolianHieroglyphs
|
||||
|
Loading…
x
Reference in New Issue
Block a user