Base: Remove Boost-based signals and switch to FastSignals.
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
||||
}
|
||||
|
||||
Gui::Document* _document;
|
||||
using Connection = boost::signals2::scoped_connection;
|
||||
using Connection = fastsignals::scoped_connection;
|
||||
Connection connectApplicationDeletedDocument;
|
||||
};
|
||||
|
||||
@@ -349,7 +349,7 @@ public:
|
||||
|
||||
Gui::ViewProviderDocumentObject* object;
|
||||
bool indocument {false};
|
||||
using Connection = boost::signals2::scoped_connection;
|
||||
using Connection = fastsignals::scoped_connection;
|
||||
Connection connectApplicationDeletedDocument;
|
||||
Connection connectDocumentCreatedObject;
|
||||
Connection connectDocumentDeletedObject;
|
||||
|
||||
Reference in New Issue
Block a user