X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fbuffersyncer.h;fp=src%2Fcommon%2Fbuffersyncer.h;h=6d9160cd066174c9f106a0cfe24e8e4a7d8b630f;hp=6db6f9c802be6b11738b0ad22b30ba56452f0fed;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=80950b87640acfb2a75902f8aabf3419da094bf4 diff --git a/src/common/buffersyncer.h b/src/common/buffersyncer.h index 6db6f9c8..6d9160cd 100644 --- a/src/common/buffersyncer.h +++ b/src/common/buffersyncer.h @@ -33,7 +33,7 @@ class COMMON_EXPORT BufferSyncer : public SyncableObject 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;