X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fbufferviewoverlay.h;h=85b60c4881bfca6813e43e9d81d1263197848751;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=6be157a6e86ba42240c826eda2ca6ac8065c6159;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/client/bufferviewoverlay.h b/src/client/bufferviewoverlay.h index 6be157a6..85b60c48 100644 --- a/src/client/bufferviewoverlay.h +++ b/src/client/bufferviewoverlay.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,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef BUFFERVIEWOVERLAY_H -#define BUFFERVIEWOVERLAY_H +#pragma once + +#include "client-export.h" #include @@ -28,12 +29,12 @@ class BufferViewConfig; class ClientBufferViewConfig; -class BufferViewOverlay : public QObject +class CLIENT_EXPORT BufferViewOverlay : public QObject { Q_OBJECT public: - BufferViewOverlay(QObject *parent = 0); + BufferViewOverlay(QObject *parent = nullptr); inline const QSet &bufferViewIds() { return _bufferViewIds; } bool allNetworks(); @@ -89,6 +90,3 @@ private: static const int _updateEventId; }; - - -#endif //BUFFERVIEWOVERLAY_H