fix(StatusDropdown): added to Binding to avoid warning (QTBUG-81787)
This commit is contained in:
parent
e122c2e3c7
commit
f3a50ebf65
|
@ -1,6 +1,7 @@
|
|||
import QtQuick 2.15
|
||||
import QtGraphicalEffects 1.15
|
||||
import QtQuick.Controls 2.15 as QC
|
||||
import QtQml 2.15
|
||||
|
||||
import StatusQ.Core.Theme 0.1
|
||||
|
||||
|
@ -53,6 +54,7 @@ QC.Popup {
|
|||
id: workaroundBinding
|
||||
|
||||
when: false
|
||||
restoreMode: Binding.RestoreBindingOrValue
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
Loading…
Reference in New Issue