Explicit template instantiations for mixins for value classes

To reduce compile time.
This commit is contained in:
Mat Sutcliffe
2021-10-04 20:33:49 +01:00
parent 0a121d913d
commit 2b72600937
202 changed files with 461 additions and 2 deletions

View File

@@ -10,6 +10,8 @@
#include "blackmisc/sharedstate/passiveobserver.h"
BLACK_DEFINE_VALUEOBJECT_MIXINS(BlackMisc::SharedState, CAnyMatch)
namespace BlackMisc::SharedState
{
void CPassiveObserver::setEventSubscription(const CVariant &param)

View File

@@ -18,6 +18,8 @@
#include <QSharedPointer>
#include <QMutex>
BLACK_DECLARE_VALUEOBJECT_MIXINS(BlackMisc::SharedState, CAnyMatch)
namespace BlackMisc::SharedState
{
class CActiveObserver;