X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbuffersyncer.h;h=6d9160cd066174c9f106a0cfe24e8e4a7d8b630f;hp=5d4f38371f8bd17f8be85b9096e72ee177b67820;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;ds=sidebyside diff --git a/src/common/buffersyncer.h b/src/common/buffersyncer.h index 5d4f3837..6d9160cd 100644 --- a/src/common/buffersyncer.h +++ b/src/common/buffersyncer.h @@ -20,18 +20,20 @@ #pragma once +#include "common-export.h" + #include "syncableobject.h" #include "types.h" #include "message.h" -class BufferSyncer : public SyncableObject +class COMMON_EXPORT BufferSyncer : public SyncableObject { Q_OBJECT SYNCABLE_OBJECT public: explicit BufferSyncer(QObject *parent); - explicit BufferSyncer(const QHash &lastSeenMsg, const QHash &markerLines, const QHash &activities, const QHash &highlightCounts, QObject *parent); + explicit BufferSyncer(QHash lastSeenMsg, QHash markerLines, QHash activities, QHash highlightCounts, QObject *parent); MsgId lastSeenMsg(BufferId buffer) const; MsgId markerLine(BufferId buffer) const;