Skip to content

Commit dcb1ea2

Browse files
[[ DontUseQT ]] Make dontuseqt a player property for all platforms
1 parent a8b3aa3 commit dcb1ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/player.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ MCPropertyInfo MCPlayer::kProperties[] =
7171
// SN-2014-08-06: [[ Bug 13115 ]] Missing formatted (width|height) in the property table
7272
DEFINE_RO_OBJ_PROPERTY(P_FORMATTED_HEIGHT, Int32, MCPlayer, FormattedHeight)
7373
DEFINE_RO_OBJ_PROPERTY(P_FORMATTED_WIDTH, Int32, MCPlayer, FormattedWidth)
74+
DEFINE_RW_OBJ_PROPERTY(P_DONT_USE_QT, Bool, MCPlayer, DontUseQT)
7475
#ifdef FEATURE_PLATFORM_PLAYER
7576
DEFINE_RO_OBJ_ENUM_PROPERTY(P_STATUS, InterfacePlayerStatus, MCPlayer, Status)
76-
DEFINE_RW_OBJ_PROPERTY(P_DONT_USE_QT, Bool, MCPlayer, DontUseQT)
7777
#endif
7878
};
7979

0 commit comments

Comments
 (0)