mirror of https://github.com/qt/qtdoc.git
Calqlatr: Remove unused import
Fixes qmlls warning Unused import [unused-imports] Pick-to: 6.9 6.10 Task-number: QTBUG-137076 Change-Id: If956f700283ac1d64f5c60ebe952423645d73fe9 Reviewed-by: Sakaria Pouke <sakaria.pouke@qt.io> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
parent
abd7fabd91
commit
d5e04636cc
|
@ -4,7 +4,6 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import QtQuick
|
||||
import "calculator.js" as CalcEngine
|
||||
import QtQuick.Layouts
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Reference in New Issue