Skip to content

Commit

Permalink
Fix console warnings with import (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored Apr 18, 2024
1 parent bfb8587 commit 7b9aed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/qml/form/editors/MMFormTextMultilineEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
import QtQuick
import QtQuick.Controls

// To ignore the warning "The current style does not support customization"
// see from https://stackoverflow.com/questions/76625756/the-current-style-does-not-support-customization-of-this-control
import QtQuick.Controls.Basic

import "../../components/private" as MMPrivateComponents

/*
Expand Down

0 comments on commit 7b9aed9

Please sign in to comment.