Skip to content

Commit

Permalink
Merge pull request #519 from ArcticLampyrid/patch-2
Browse files Browse the repository at this point in the history
remove `registerForWindowResult` which is not used (#506)
  • Loading branch information
zhuzichu520 authored May 31, 2024
2 parents f830d5a + b98c5d3 commit 0a8732c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Qt6/imports/FluentUI/Controls/FluWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,6 @@ Window {
window.minimumHeight = window.height
}
}
function registerForWindowResult(path){
return FluApp.createWindowRegister(window,path)
}
function setResult(data){
if(_windowRegister){
_windowRegister.setResult(data)
Expand Down

0 comments on commit 0a8732c

Please sign in to comment.