mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #628 Metaclass style compatible with the AStyle beautifier.
This commit is contained in:
@@ -86,7 +86,8 @@ namespace BlackMisc
|
||||
QString m_deviceName; //!< Device name
|
||||
QString m_hostName; //!< We use a DBus based system. Hence an audio device can reside on a differen computers, this here is its name
|
||||
|
||||
BLACK_METACLASS(CAudioDeviceInfo,
|
||||
BLACK_METACLASS(
|
||||
CAudioDeviceInfo,
|
||||
BLACK_METAMEMBER(type),
|
||||
BLACK_METAMEMBER(deviceIndex),
|
||||
BLACK_METAMEMBER(deviceName),
|
||||
|
||||
@@ -50,7 +50,8 @@ namespace BlackMisc
|
||||
QString m_notificationFlags; //!< play notification for notification x, a little trick to use a string here (streamable, hashable, ..)
|
||||
void initNotificationFlags(); //!< init flags
|
||||
|
||||
BLACK_METACLASS(CSettingsAudio,
|
||||
BLACK_METACLASS(
|
||||
CSettingsAudio,
|
||||
BLACK_METAMEMBER(notificationFlags)
|
||||
);
|
||||
};
|
||||
|
||||
@@ -109,7 +109,8 @@ namespace BlackMisc
|
||||
bool m_connected;
|
||||
bool m_audioPlaying;
|
||||
|
||||
BLACK_METACLASS(CVoiceRoom,
|
||||
BLACK_METACLASS(
|
||||
CVoiceRoom,
|
||||
BLACK_METAMEMBER(hostname),
|
||||
BLACK_METAMEMBER(channel),
|
||||
BLACK_METAMEMBER(connected),
|
||||
|
||||
Reference in New Issue
Block a user