X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewconfig.h;h=5c7d8b7fa671752cceed0d6d4060d43ae6f32c93;hb=7cf8b4e04ae10dd68d344444c49499d4f916394c;hp=857c30773116a7b9bc1a6c8897fca4df52efcaf5;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/client/clientbufferviewconfig.h b/src/client/clientbufferviewconfig.h index 857c3077..5c7d8b7f 100644 --- a/src/client/clientbufferviewconfig.h +++ b/src/client/clientbufferviewconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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,15 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef CLIENTBUFFERVIEWCONFIG_H -#define CLIENTBUFFERVIEWCONFIG_H +#pragma once + +#include "client-export.h" #include "bufferviewconfig.h" -class ClientBufferViewConfig : public BufferViewConfig +class CLIENT_EXPORT ClientBufferViewConfig : public BufferViewConfig { - SYNCABLE_OBJECT - Q_OBJECT + Q_OBJECT public: ClientBufferViewConfig(int bufferViewId, QObject *parent = 0); @@ -42,6 +42,3 @@ private slots: private: bool _locked; }; - - -#endif //CLIENTBUFFERVIEWCONFIG_H