version guard fixed
This commit is contained in:
parent
5246f618a7
commit
5cf30110ec
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <qevent.h>
|
#include <qevent.h>
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 6, 4, 0 )
|
||||||
|
|
||||||
QSK_QT_PRIVATE_BEGIN
|
QSK_QT_PRIVATE_BEGIN
|
||||||
#include <private/qguiapplication_p.h>
|
#include <private/qguiapplication_p.h>
|
||||||
@ -136,7 +136,7 @@ bool qskIsStandardKeyInput( const QKeyEvent* event, QKeySequence::StandardKey ke
|
|||||||
|
|
||||||
bool qskIsButtonPressKey( const QKeyEvent* event )
|
bool qskIsButtonPressKey( const QKeyEvent* event )
|
||||||
{
|
{
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 6, 4, 0 )
|
||||||
|
|
||||||
const auto hint = QGuiApplicationPrivate::platformTheme()->themeHint(
|
const auto hint = QGuiApplicationPrivate::platformTheme()->themeHint(
|
||||||
QPlatformTheme::ButtonPressKeys );
|
QPlatformTheme::ButtonPressKeys );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user