Skip to content

Commit

Permalink
StyledSpinBox: Import QtQuick.Controls.impl for IconImage
Browse files Browse the repository at this point in the history
With e9f53d023d50a4367392db86c08843bbf10c947d in qtdeclarative,
IconImage isn't implicitly imported by QtQuick.Controls anymore.

Amends dc1d1fc
  • Loading branch information
basyskom-broulik committed Jul 10, 2024
1 parent 081c866 commit de5d24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/controls/StyledSpinBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import QtQuick
import QtQuick.Controls
import QtQuick.Controls.impl // IconImage
import QtQuick.Layouts

import OPC_UA_Browser
Expand Down

0 comments on commit de5d24b

Please sign in to comment.