X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientidentity.h;h=9f6fdc075231ad9b498c7ea0c332fb9f25f41a27;hp=28b68b77f7ac4b9646e56cbe70119147e0286623;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/client/clientidentity.h b/src/client/clientidentity.h index 28b68b77..9f6fdc07 100644 --- a/src/client/clientidentity.h +++ b/src/client/clientidentity.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CLIENTIDENTITY_H -#define CLIENTIDENTITY_H +#pragma once #include "identity.h" @@ -27,8 +26,7 @@ class ClientCertManager; class CertIdentity : public Identity { - SYNCABLE_OBJECT - Q_OBJECT + Q_OBJECT public: CertIdentity(IdentityId id = 0, QObject *parent = 0); @@ -89,7 +87,4 @@ private: CertIdentity *_certIdentity; }; - #endif //HAVE_SSL - -#endif //CLIENTIDENTITY_H