Skip to content

qt: CSDWindowButton: import org.videolan.vlc 0.1 library for rendering MainCtx

Darshan Jain requested to merge Thrillseekr/vlc:qt/MainCtx_missing into master

We have to import missing "org.videolan.vlc 0.1" library to access MainCtx used in "MainCtx.osName", "MainCtx.Windows", and "MainCtx.Version" to get Segoe Font icons according to Windows version.

Earlier, it is generating a qt warning: MainCtx is not defined. By this commit this gets resolved.

Fixes: #28341 (closed)

Related Merge Request: !4984 (merged)

Edited by Darshan Jain

Merge request reports