X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbufferviewconfig.h;h=0390ddb60fbf79b026d7108272355278d908f082;hb=61f33c7895e324f6e95034d86897ad2e963653f1;hp=d2542e736de87b88dbc0e8e750183615fa2bc52f;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;p=quassel.git diff --git a/src/common/bufferviewconfig.h b/src/common/bufferviewconfig.h index d2542e73..0390ddb6 100644 --- a/src/common/bufferviewconfig.h +++ b/src/common/bufferviewconfig.h @@ -20,12 +20,14 @@ #pragma once +#include "common-export.h" + #include "syncableobject.h" #include "bufferinfo.h" #include "types.h" -class BufferViewConfig : public SyncableObject +class COMMON_EXPORT BufferViewConfig : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT @@ -42,8 +44,8 @@ class BufferViewConfig : public SyncableObject Q_PROPERTY(bool showSearch READ showSearch WRITE setShowSearch) public : - BufferViewConfig(int bufferViewId, QObject *parent = 0); - BufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent = 0); + BufferViewConfig(int bufferViewId, QObject *parent = nullptr); + BufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent = nullptr); public slots: inline int bufferViewId() const { return _bufferViewId; }