Skip to content

Commit

Permalink
Fix some deprecated Qt stuff in MOT view
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Aug 30, 2024
1 parent 982c6f2 commit b6f6da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/welle-gui/QML/MotView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
import QtQuick.Dialogs
import QtCore

import "texts"
Expand Down Expand Up @@ -168,7 +169,7 @@ ViewBaseFrame {

Connections{
target: guiHelper
function onMotChanged(pictureName) {
function onMotChanged(pictureName, categoryTitle, categoryId, slideId) {
latestPictureName = pictureName

// Display slide show only of latest tab is select
Expand Down

0 comments on commit b6f6da7

Please sign in to comment.