code not compiling with 5.6 disabled
This commit is contained in:
parent
416759f3c6
commit
e8f155c482
@ -7,7 +7,6 @@
|
|||||||
#include <qfontmetrics.h>
|
#include <qfontmetrics.h>
|
||||||
|
|
||||||
QSK_QT_PRIVATE_BEGIN
|
QSK_QT_PRIVATE_BEGIN
|
||||||
#include <private/qhighdpiscaling_p.h>
|
|
||||||
#include <private/qguiapplication_p.h>
|
#include <private/qguiapplication_p.h>
|
||||||
QSK_QT_PRIVATE_END
|
QSK_QT_PRIVATE_END
|
||||||
|
|
||||||
@ -179,9 +178,19 @@ QRect qskPlatformScreenGeometry( const QScreen* screen )
|
|||||||
return screen->handle()->geometry();
|
return screen->handle()->geometry();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
|
// does not compile with Qt 5.6 TODO ...
|
||||||
|
|
||||||
|
QSK_QT_PRIVATE_BEGIN
|
||||||
|
#include <private/qhighdpiscaling_p.h>
|
||||||
|
QSK_QT_PRIVATE_END
|
||||||
|
|
||||||
qreal qskGlobalScaleFactor()
|
qreal qskGlobalScaleFactor()
|
||||||
{
|
{
|
||||||
// The value of QT_SCALE_FACTOR
|
// The value of QT_SCALE_FACTOR
|
||||||
const QScreen* noScreen = nullptr;
|
const QScreen* noScreen = nullptr;
|
||||||
return QHighDpiScaling::factor( noScreen );
|
return QHighDpiScaling::factor( noScreen );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user