Select Git revision
keyexchangemodel.cpp
-
Guillaume Roguez authored
AccountPrivate declared in account_p.h has overused of 'friend' concept by making a strong dependency with many other (un)related classes. This patch moves up some AccountPrivate member access into Account and remove all non-needed friendship relation. Now AccountPrivate is really private! (pimpl idiom) Note: a new structure has been created to solve some parts of this issue, it's UsageStatistics and it's a container for common usage statistics. Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Change-Id: I8701a5e1349dfe899b7dd5bee7e78270113e30d9
Guillaume Roguez authoredAccountPrivate declared in account_p.h has overused of 'friend' concept by making a strong dependency with many other (un)related classes. This patch moves up some AccountPrivate member access into Account and remove all non-needed friendship relation. Now AccountPrivate is really private! (pimpl idiom) Note: a new structure has been created to solve some parts of this issue, it's UsageStatistics and it's a container for common usage statistics. Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com> Change-Id: I8701a5e1349dfe899b7dd5bee7e78270113e30d9
Code owners
Assign users and groups as approvers for specific file changes. Learn more.