Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 21, 2024
1 parent da7064c commit c0f2a62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qml/Dummy.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// This file is used to add extra imports for the qml import scanner to add additional modules
import QtQuick3D
import QtQuick3D.AssetUtils
import QtQuick3D.Helpers
import QtQuick3D.Particles3D
import QtWebSockets

Item {
Expand Down

0 comments on commit c0f2a62

Please sign in to comment.