mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +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
|
||||
CryptoFlagHash = 0x04 //!< Hash
|
||||
};
|
||||
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag) //!< For future usage
|
||||
Q_DECLARE_FLAGS(CryptoFlags, CryptoFlag); //!< For future usage
|
||||
|
||||
private:
|
||||
//! Split key
|
||||
void splitKey();
|
||||
|
||||
quint64 m_key;
|
||||
|
||||
Reference in New Issue
Block a user