diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-04 14:25:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-04 14:25:59 +0200 |
commit | 51099c67bcb8d3979cf9985f1d850bf9720ebe5b (patch) | |
tree | b56668e7f76dc25a5444869c96da26ecaea6b1c6 /common/resourcefacade.cpp | |
parent | 80c2ac8b750d0b6460cdeb0d114f5cd77fbca725 (diff) | |
download | sink-51099c67bcb8d3979cf9985f1d850bf9720ebe5b.tar.gz sink-51099c67bcb8d3979cf9985f1d850bf9720ebe5b.zip |
Store the resource/account type as just "type"
We use the resource/account prefix only because just "Type" would
conflict with the typedef.
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r-- | common/resourcefacade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp index aee5706..6747938 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -279,7 +279,7 @@ QPair<KAsync::Job<void>, typename Sink::ResultEmitter<typename ApplicationDomain | |||
279 | } | 279 | } |
280 | 280 | ||
281 | 281 | ||
282 | AccountFacade::AccountFacade() : LocalStorageFacade<Sink::ApplicationDomain::SinkAccount>("accounts", "type") | 282 | AccountFacade::AccountFacade() : LocalStorageFacade<Sink::ApplicationDomain::SinkAccount>("accounts", ApplicationDomain::SinkAccount::AccountType::name) |
283 | { | 283 | { |
284 | } | 284 | } |
285 | 285 | ||