refactored reload function in protolocolsModel
This commit is contained in:
parent
bbb5a19700
commit
254e23be48
2 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue