diff options
Diffstat (limited to 'common/typeindex.h')
-rw-r--r-- | common/typeindex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/typeindex.h b/common/typeindex.h index b1aec38..626959e 100644 --- a/common/typeindex.h +++ b/common/typeindex.h | |||
@@ -34,7 +34,7 @@ namespace Storage { | |||
34 | class TypeIndex | 34 | class TypeIndex |
35 | { | 35 | { |
36 | public: | 36 | public: |
37 | TypeIndex(const QByteArray &type); | 37 | TypeIndex(const QByteArray &type, const Sink::Log::Context &); |
38 | 38 | ||
39 | template <typename T> | 39 | template <typename T> |
40 | void addProperty(const QByteArray &property); | 40 | void addProperty(const QByteArray &property); |
@@ -93,8 +93,8 @@ public: | |||
93 | private: | 93 | private: |
94 | friend class Sink::Storage::EntityStore; | 94 | friend class Sink::Storage::EntityStore; |
95 | QByteArray indexName(const QByteArray &property, const QByteArray &sortProperty = QByteArray()) const; | 95 | QByteArray indexName(const QByteArray &property, const QByteArray &sortProperty = QByteArray()) const; |
96 | Sink::Log::Context mLogCtx; | ||
96 | QByteArray mType; | 97 | QByteArray mType; |
97 | SINK_DEBUG_COMPONENT(mType) | ||
98 | QByteArrayList mProperties; | 98 | QByteArrayList mProperties; |
99 | QMap<QByteArray, QByteArray> mSortedProperties; | 99 | QMap<QByteArray, QByteArray> mSortedProperties; |
100 | //<Property, ResultProperty> | 100 | //<Property, ResultProperty> |