solitare/src
ItsDrike b0630c2690
Store isWinnable as QVariant
QML doesn't natively support the complex type returned from isWinnable
property (`std::pair<std::optional<bool>, int>`), instead use
QVariantMap to implement custom attributes and return as QVariant.
2024-12-09 19:34:29 +01:00
..
columnslot.cpp Add clang-format config & format files 2024-12-05 03:06:34 +01:00
columnslot.h Add clang-format config & format files 2024-12-05 03:06:34 +01:00
gamestate.cpp Store isWinnable as QVariant 2024-12-09 19:34:29 +01:00
gamestate.h Store isWinnable as QVariant 2024-12-09 19:34:29 +01:00
main.cpp Add winnability check 2024-12-06 05:08:58 +01:00
playingcard.cpp Register parent QObjects properly 2024-12-07 13:30:02 +01:00
playingcard.h Register parent QObjects properly 2024-12-07 13:30:02 +01:00