mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #628 Metaclass style compatible with the AStyle beautifier.
This commit is contained in:
@@ -60,7 +60,8 @@ namespace BlackMisc
|
||||
mutable bool m_hasCachedPixmap = false; //!< pixmap? Mutable because of lazy initialization
|
||||
mutable QReadWriteLock m_lock; //!< lock (because of mutable members)
|
||||
|
||||
BLACK_METACLASS(CPixmap,
|
||||
BLACK_METACLASS(
|
||||
CPixmap,
|
||||
BLACK_METAMEMBER(array)
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user