mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 12:21:59 +02:00
[qt6] Remove properties that do not exist anymore in Qt6.6
This commit is contained in:
parent
96a70c04ff
commit
02be73df65
7 changed files with 7 additions and 11 deletions
|
@ -27,7 +27,7 @@ FocusScope {
|
|||
clip: true
|
||||
anchors.fill: parent
|
||||
property string currentFile: currentChunk ? currentChunk["statisticsFile"] : ""
|
||||
property url source: Filepath.stringToUrl(currentFile)
|
||||
property url sourceFile: Filepath.stringToUrl(currentFile)
|
||||
|
||||
sourceComponent: chunksLV.chunksSummary ? statViewerComponent : chunkStatViewerComponent
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ FocusScope {
|
|||
StatViewer {
|
||||
id: statViewer
|
||||
anchors.fill: parent
|
||||
source: componentLoader.source
|
||||
source: componentLoader.sourceFile
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue