summaryrefslogtreecommitdiffstats
path: root/common/resourcefacade.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-04 14:25:59 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-04 14:25:59 +0200
commit51099c67bcb8d3979cf9985f1d850bf9720ebe5b (patch)
treeb56668e7f76dc25a5444869c96da26ecaea6b1c6 /common/resourcefacade.cpp
parent80c2ac8b750d0b6460cdeb0d114f5cd77fbca725 (diff)
downloadsink-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.cpp2
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
282AccountFacade::AccountFacade() : LocalStorageFacade<Sink::ApplicationDomain::SinkAccount>("accounts", "type") 282AccountFacade::AccountFacade() : LocalStorageFacade<Sink::ApplicationDomain::SinkAccount>("accounts", ApplicationDomain::SinkAccount::AccountType::name)
283{ 283{
284} 284}
285 285