summaryrefslogtreecommitdiffstats
path: root/common/messagequeue.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 16:14:31 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 16:14:31 +0100
commitd5b4d64ca0609f65cda606d1456f4040ff008cda (patch)
tree8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/messagequeue.h
parent2b79fb7b6a4759086302c68d63731256465bc5fe (diff)
downloadsink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz
sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip
Use Sink instead of SinkCommon
Diffstat (limited to 'common/messagequeue.h')
-rw-r--r--common/messagequeue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/messagequeue.h b/common/messagequeue.h
index 112318a..9399055 100644
--- a/common/messagequeue.h
+++ b/common/messagequeue.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "sinkcommon_export.h" 3#include "sink_export.h"
4#include <QObject> 4#include <QObject>
5#include <QByteArrayList> 5#include <QByteArrayList>
6#include <string> 6#include <string>
@@ -12,7 +12,7 @@
12/** 12/**
13 * A persistent FIFO message queue. 13 * A persistent FIFO message queue.
14 */ 14 */
15class SINKCOMMON_EXPORT MessageQueue : public QObject 15class SINK_EXPORT MessageQueue : public QObject
16{ 16{
17 Q_OBJECT 17 Q_OBJECT
18public: 18public: