Skip to content

Instantly share code, notes, and snippets.

@alexfanqi
Created June 18, 2024 08:35
Show Gist options
  • Save alexfanqi/3a8c3f8715a85b61dd0687ff4f068071 to your computer and use it in GitHub Desktop.
Save alexfanqi/3a8c3f8715a85b61dd0687ff4f068071 to your computer and use it in GitHub Desktop.
qt6-qtquickeffectmaker patch
diff --git a/tools/qqem/qml/CustomDialog.qml b/tools/qqem/qml/CustomDialog.qml
index a5449f9..b1c8a5c 100644
--- a/tools/qqem/qml/CustomDialog.qml
+++ b/tools/qqem/qml/CustomDialog.qml
@@ -3,6 +3,7 @@
import QtQuick
import QtQuick.Controls
+import QtQuick.Controls.Material
Dialog {
id: rootItem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment