diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-11 16:19:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-11 16:19:21 +0100 |
commit | e8c20757640348e71c45991776ec2e5e7eb75b24 (patch) | |
tree | e62a28d6b411b6d338ccf826d0c61e005bffad72 /common/index.h | |
parent | a21a93a815c3916c1862d2b09f1589a7505dde07 (diff) | |
download | sink-e8c20757640348e71c45991776ec2e5e7eb75b24.tar.gz sink-e8c20757640348e71c45991776ec2e5e7eb75b24.zip |
Use logging in storage as well.
Diffstat (limited to 'common/index.h')
-rw-r--r-- | common/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/index.h b/common/index.h index 1a5b250..df79fc3 100644 --- a/common/index.h +++ b/common/index.h | |||
@@ -40,4 +40,5 @@ private: | |||
40 | Q_DISABLE_COPY(Index); | 40 | Q_DISABLE_COPY(Index); |
41 | Sink::Storage::Transaction mTransaction; | 41 | Sink::Storage::Transaction mTransaction; |
42 | Sink::Storage::NamedDatabase mDb; | 42 | Sink::Storage::NamedDatabase mDb; |
43 | QString mName; | ||
43 | }; | 44 | }; |