X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewmanager.h;h=2ce62f7e1dbfdfb8881271a797d8d3b7b981a302;hp=a413a8f6beb7f198f258338c944543f117beec50;hb=1a45f16a9734820fba42fe1db3f38dd1eee49df6;hpb=b83a4e42913fe10343be6e6c05a45916e6304ffc diff --git a/src/client/clientbufferviewmanager.h b/src/client/clientbufferviewmanager.h index a413a8f6..2ce62f7e 100644 --- a/src/client/clientbufferviewmanager.h +++ b/src/client/clientbufferviewmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 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 * @@ -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 CLIENTBUFFERVIEWMANAGER_H @@ -26,21 +26,23 @@ class ClientBufferViewConfig; class BufferViewOverlay; -class ClientBufferViewManager : public BufferViewManager { - SYNCABLE_OBJECT - Q_OBJECT +class ClientBufferViewManager : public BufferViewManager +{ + SYNCABLE_OBJECT + Q_OBJECT public: - ClientBufferViewManager(SignalProxy *proxy, QObject *parent = 0); + ClientBufferViewManager(SignalProxy *proxy, QObject *parent = 0); - QList clientBufferViewConfigs() const; - ClientBufferViewConfig *clientBufferViewConfig(int bufferViewId) const; + QList clientBufferViewConfigs() const; + ClientBufferViewConfig *clientBufferViewConfig(int bufferViewId) const; public slots: - virtual void setInitialized(); + virtual void setInitialized(); protected: - virtual BufferViewConfig *bufferViewConfigFactory(int bufferViewConfigId); + virtual BufferViewConfig *bufferViewConfigFactory(int bufferViewConfigId); }; + #endif //CLIENTBUFFERVIEWMANAGER_H