X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=88b225467f49594607c7c5c04b0083a138602279;hb=899709300734acc2bac01b1d57a1fd8fe2a6d923;hp=87d525f8d45187de7ddcd95c7898737f71b74447;hpb=ced382f4e6d6613151bdbf95c1569ca2c83da78e;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 87d525f8..88b22546 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -131,6 +131,9 @@ public: SenderPrefixes, ///< Show prefixes for senders in backlog RemoteDisconnect, ///< Allow this peer to be remotely disconnected ExtendedFeatures, ///< Extended features +#if QT_VERSION >= 0x050500 + EcdsaCertfpKeys, ///< ECDSA keys for CertFP in identities +#endif }; Q_ENUMS(Feature)