mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Explicit template instantiations for mixins for value classes
To reduce compile time.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "blackmisc/sharedstate/passiveobserver.h"
|
||||
|
||||
BLACK_DEFINE_VALUEOBJECT_MIXINS(BlackMisc::SharedState, CAnyMatch)
|
||||
|
||||
namespace BlackMisc::SharedState
|
||||
{
|
||||
void CPassiveObserver::setEventSubscription(const CVariant ¶m)
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#include <QSharedPointer>
|
||||
#include <QMutex>
|
||||
|
||||
BLACK_DECLARE_VALUEOBJECT_MIXINS(BlackMisc::SharedState, CAnyMatch)
|
||||
|
||||
namespace BlackMisc::SharedState
|
||||
{
|
||||
class CActiveObserver;
|
||||
|
||||
Reference in New Issue
Block a user