summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-11 16:19:21 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-11 16:19:21 +0100
commite8c20757640348e71c45991776ec2e5e7eb75b24 (patch)
treee62a28d6b411b6d338ccf826d0c61e005bffad72 /common/index.h
parenta21a93a815c3916c1862d2b09f1589a7505dde07 (diff)
downloadsink-e8c20757640348e71c45991776ec2e5e7eb75b24.tar.gz
sink-e8c20757640348e71c45991776ec2e5e7eb75b24.zip
Use logging in storage as well.
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h1
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};