mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* Put this macro in the private section of a class to set the channel of its child endpoints.
|
||||
* \ingroup shared_state
|
||||
*/
|
||||
#define BLACK_SHARED_STATE_CHANNEL(ID) Q_CLASSINFO("SharedStateChannel", ID)
|
||||
#define SWIFT_SHARED_STATE_CHANNEL(ID) Q_CLASSINFO("SharedStateChannel", ID)
|
||||
|
||||
namespace swift::misc::shared_state
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "misc/sharedstate/passiveobserver.h"
|
||||
|
||||
BLACK_DEFINE_VALUEOBJECT_MIXINS(swift::misc::shared_state, CAnyMatch)
|
||||
SWIFT_DEFINE_VALUEOBJECT_MIXINS(swift::misc::shared_state, CAnyMatch)
|
||||
|
||||
namespace swift::misc::shared_state
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <QSharedPointer>
|
||||
#include <QMutex>
|
||||
|
||||
BLACK_DECLARE_VALUEOBJECT_MIXINS(swift::misc::shared_state, CAnyMatch)
|
||||
SWIFT_DECLARE_VALUEOBJECT_MIXINS(swift::misc::shared_state, CAnyMatch)
|
||||
|
||||
namespace swift::misc::shared_state
|
||||
{
|
||||
@@ -81,7 +81,7 @@ namespace swift::misc::shared_state
|
||||
private:
|
||||
int m_dummy = 0;
|
||||
|
||||
BLACK_METACLASS(CAnyMatch, BLACK_METAMEMBER(dummy));
|
||||
SWIFT_METACLASS(CAnyMatch, SWIFT_METAMEMBER(dummy));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user