Skip to content
Snippets Groups Projects
Commit 296dac62 authored by Darshan Jain's avatar Darshan Jain :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

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

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
Related Merge Request: !4984
parent b5afd73c
No related branches found
No related tags found
1 merge request!5081qt: CSDWindowButton: import org.videolan.vlc 0.1 library for rendering MainCtx
Pipeline #450392 failed with stages
in 36 minutes and 16 seconds
......@@ -20,6 +20,8 @@ import QtQuick.Controls 2.12
import QtQuick.Templates 2.12 as T
import QtQuick.Layouts 1.12
import org.videolan.vlc 0.1
import "."
import "qrc:///style/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment