summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-06 15:10:47 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-06 15:10:47 +0100
commit279c3fd398546eb6ed8cfb950b040e47a36e6711 (patch)
tree9bda4a4162ed6719e1d3b6a4e6863938e2f4be86 /common/index.h
parentf03005ccc2cd0f7eea3ad8e7e1c90ed2d8ea3561 (diff)
downloadsink-279c3fd398546eb6ed8cfb950b040e47a36e6711.tar.gz
sink-279c3fd398546eb6ed8cfb950b040e47a36e6711.zip
Index debug output
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/index.h b/common/index.h
index cfcc7a0..81dc5bf 100644
--- a/common/index.h
+++ b/common/index.h
@@ -44,5 +44,5 @@ private:
44 Sink::Storage::DataStore::Transaction mTransaction; 44 Sink::Storage::DataStore::Transaction mTransaction;
45 Sink::Storage::DataStore::NamedDatabase mDb; 45 Sink::Storage::DataStore::NamedDatabase mDb;
46 QString mName; 46 QString mName;
47 SINK_DEBUG_COMPONENT(mName.toLatin1()) 47 Sink::Log::Context mLogCtx;
48}; 48};