Skip to content

Commit

Permalink
Fixed the issue of spelling error
Browse files Browse the repository at this point in the history
Change-Id: I14950f65eaed9a00aa1067bc3aba6d8ab1f255e6
  • Loading branch information
Kakueeen committed Feb 7, 2025
1 parent e218d37 commit df6b4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ QmlDesigner::Imports createQt5Modules()
QmlDesigner::Import::createLibraryImport("QtQuick.Layouts", "2.15"),
QmlDesigner::Import::createLibraryImport("QtQuick.Timeline", "1.0"),
QmlDesigner::Import::createLibraryImport("QtCharts", "2.15"),
QmlDesigner::Import::createLibraryImport("QtDataVisulaization", "2.15"),
QmlDesigner::Import::createLibraryImport("QtDataVisualization", "2.15"),
QmlDesigner::Import::createLibraryImport("QtQuick.Studio.Components", "1.0"),
QmlDesigner::Import::createLibraryImport("QtQuick.Studio.Effects", "1.0"),
QmlDesigner::Import::createLibraryImport("FlowView", "1.0"),
Expand Down

0 comments on commit df6b4b0

Please sign in to comment.