Skip to content

qt: use std::monostate instead of null pointer

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/stdmonostate into master

I have come up to https://devblogs.microsoft.com/oldnewthing/20240708-00/?p=109959, which seems to explain the intended use case of std::monostate.

Merge request reports