Fixed issues after rebase to the `refactoring/base` branch.
This commit is contained in:
parent
162ced9c38
commit
07f1510dd3
|
@ -2,7 +2,7 @@ import NimQml
|
|||
import io_interface
|
||||
import ../io_interface as delegate_interface
|
||||
import view, controller
|
||||
import ../../../../app/boot/global_singleton
|
||||
import ../../../core/global_singleton
|
||||
|
||||
import ../../../../app_service/service/chat/service as chat_service
|
||||
import ../../../../app_service/service/community/service as community_service
|
||||
|
|
|
@ -32,8 +32,6 @@ proc newModule*(delegate: delegate_interface.AccessInterface,
|
|||
accountsService)
|
||||
result.moduleLoaded = false
|
||||
|
||||
singletonInstance.engine.setRootContextProperty("loginModule", result.viewVariant)
|
||||
|
||||
method delete*(self: Module) =
|
||||
self.view.delete
|
||||
self.viewVariant.delete
|
||||
|
|
|
@ -2,7 +2,7 @@ import NimQml
|
|||
|
||||
import io_interface
|
||||
import view, controller
|
||||
import ../../../app/core/global_singleton
|
||||
import ../../core/global_singleton
|
||||
|
||||
import onboarding/module as onboarding_module
|
||||
import login/module as login_module
|
||||
|
|
|
@ -2,7 +2,7 @@ import NimQml
|
|||
import io_interface
|
||||
import ../io_interface as delegate_interface
|
||||
import view, controller, item
|
||||
import ../../../../app/core/global_singleton
|
||||
import ../../../core/global_singleton
|
||||
|
||||
import ../../../../app_service/service/accounts/service_interface as accounts_service
|
||||
|
||||
|
@ -32,8 +32,6 @@ proc newModule*(delegate: delegate_interface.AccessInterface,
|
|||
accountsService)
|
||||
result.moduleLoaded = false
|
||||
|
||||
singletonInstance.engine.setRootContextProperty("onboardingModule", result.viewVariant)
|
||||
|
||||
method delete*(self: Module) =
|
||||
self.view.delete
|
||||
self.viewVariant.delete
|
||||
|
|
Loading…
Reference in New Issue