no need to start project subscriber after installation

This commit is contained in:
David Kekesi
2024-10-24 16:28:57 +02:00
parent e00fd99d3c
commit 3f772150ff
2 changed files with 2 additions and 3 deletions
@@ -170,7 +170,6 @@ BrowserPalette::BrowserPalette() :
if (auto ref = install<BaseBridge>(); ref) {
if (auto baseBridgeRef = std::dynamic_pointer_cast<BaseBridge>(ref); baseBridgeRef) {
connector::connector()->addWeak(baseBridgeRef);
baseBridgeRef->start();
}
}
@@ -46,13 +46,13 @@ namespace speckle::event {
@return True if the event should be closed
*/
bool receive(const active::event::Event& event) override;
protected:
/*!
Start the participant operation
@return True if the participant is able to continue
*/
bool start() override;
protected:
/*!
Handle a project event
@param event The project event