X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorealiasmanager.h;h=2edee2730cd9e5d3efba8d51a396897dd1773bf4;hp=ee22c5ab0275a326625b4e314b684ac06ae2922c;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=5cdc2eb559444f9e34dfb6a06f155e5581e33e3d diff --git a/src/core/corealiasmanager.h b/src/core/corealiasmanager.h index ee22c5ab..2edee273 100644 --- a/src/core/corealiasmanager.h +++ b/src/core/corealiasmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef COREALIASMANAGER_H @@ -25,24 +25,25 @@ class CoreSession; -class CoreAliasManager : public AliasManager { - SYNCABLE_OBJECT - Q_OBJECT +class CoreAliasManager : public AliasManager +{ + SYNCABLE_OBJECT + Q_OBJECT public: - explicit CoreAliasManager(CoreSession *parent); + explicit CoreAliasManager(CoreSession *parent); - inline virtual const QMetaObject *syncMetaObject() const { return &AliasManager::staticMetaObject; } + inline virtual const QMetaObject *syncMetaObject() const { return &AliasManager::staticMetaObject; } protected: - const Network *network(NetworkId) const; + const Network *network(NetworkId) const; private slots: - void save() const; + void save() const; private: - void loadDefaults(); - + void loadDefaults(); }; + #endif //COREALIASMANAGER_H