diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
commit | d5b4d64ca0609f65cda606d1456f4040ff008cda (patch) | |
tree | 8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/index.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/index.h b/common/index.h index c280571..1a5b250 100644 --- a/common/index.h +++ b/common/index.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 <string> | 4 | #include <string> |
5 | #include <functional> | 5 | #include <functional> |
6 | #include <QString> | 6 | #include <QString> |
@@ -9,7 +9,7 @@ | |||
9 | /** | 9 | /** |
10 | * An index for value pairs. | 10 | * An index for value pairs. |
11 | */ | 11 | */ |
12 | class SINKCOMMON_EXPORT Index | 12 | class SINK_EXPORT Index |
13 | { | 13 | { |
14 | public: | 14 | public: |
15 | enum ErrorCodes { | 15 | enum ErrorCodes { |