Skip to content

Commit

Permalink
qmlui: bump controls version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Apr 21, 2024
1 parent 0368413 commit de4fc77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qmlui/qml/fixturesfunctions/FixtureProperties.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import QtQuick 2.3
import QtQuick.Controls 2.1
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.1

import "."
Expand Down
1 change: 1 addition & 0 deletions qmlui/qml/fixturesfunctions/RGBPanelProperties.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

import QtQuick 2.3
import QtQuick.Controls 2.14
import QtQuick.Layouts 1.1

import org.qlcplus.classes 1.0
Expand Down
1 change: 1 addition & 0 deletions qmlui/qml/virtualconsole/qmldir
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ IconPopupButton 0.1 ../IconPopupButton.qml
IconTextEntry 0.1 ../IconTextEntry.qml
MenuBarEntry 0.1 ../MenuBarEntry.qml
QLCPlusFader 0.1 ../QLCPlusFader.qml
QLCPlusKnob 0.1 ../QLCPlusKnob.qml
RobotoText 0.1 ../RobotoText.qml
SectionBox 0.1 ../SectionBox.qml
SidePanel 0.1 ../SidePanel.qml
Expand Down

0 comments on commit de4fc77

Please sign in to comment.