Fix doxygen getting confused

This commit is contained in:
Roland Winklmeier
2018-08-24 17:30:58 +02:00
parent d5a37a9d9e
commit 5dfdbb3621

View File

@@ -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;