diff --git a/example/qml/App.qml b/example/qml/App.qml index 1b79d23b..f1781b6c 100644 --- a/example/qml/App.qml +++ b/example/qml/App.qml @@ -2,12 +2,10 @@ import QtQuick.Window import QtQuick.Controls import QtQuick.Layouts -import QtMultimedia import FluentUI Window { id:app - MediaPlayer{} Component.onCompleted: { FluApp.init(app) FluTheme.darkMode = FluDarkMode.System