mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Fix doxygen getting confused
This commit is contained in:
3
src/blackmisc/thirdparty/simplecrypt.h
vendored
3
src/blackmisc/thirdparty/simplecrypt.h
vendored
@@ -214,10 +214,9 @@ namespace BlackMisc
|
|||||||
CryptoFlagChecksum = 0x02, //!< Checksum
|
CryptoFlagChecksum = 0x02, //!< Checksum
|
||||||
CryptoFlagHash = 0x04 //!< Hash
|
CryptoFlagHash = 0x04 //!< Hash
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag) //!< For future usage
|
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag); //!< For future usage
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//! Split key
|
|
||||||
void splitKey();
|
void splitKey();
|
||||||
|
|
||||||
quint64 m_key;
|
quint64 m_key;
|
||||||
|
|||||||
Reference in New Issue
Block a user