Skip to content

Commit

Permalink
[Viewer] SequencePlayer: Update QtQuick imports for Qt 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac authored and mugulmd committed Jul 12, 2023
1 parent 525e0aa commit 73533cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meshroom/ui/qml/Viewer/SequencePlayer.qml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import QtQuick 2.11
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.11

import Controls 1.0
import MaterialIcons 2.2
Expand Down

0 comments on commit 73533cf

Please sign in to comment.