refactored reload function in protolocolsModel

This commit is contained in:
Mitternacht822 2025-07-02 12:18:33 +04:00
parent bbb5a19700
commit 254e23be48
2 changed files with 15 additions and 15 deletions

View file

@ -24,20 +24,6 @@ PageType {
ColumnLayout {
id: header
/*Connections {
target: InstallController
function onCachedProfileCleared(message) {
console.log("СИГНАЛ cachedProfileCleared СРАБОТАЛ:", message)
//ProtocolsModel.updateModel(ProtocolsModel.getConfig())
ProtocolsModel.clear()
console.log("isClientProtocolExists =", ProtocolsModel.get(0).isClientProtocolExists)
/*PageController.goToPage(PageEnum.PageMainSettings)
Qt.callLater(function() {
PageController.goToPage(PageEnum.PageSettingsServerProtocol)
})
}
}*/
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right