Plasma/libplasma2/dataengineimplicitlyshared

From KDE Community Wiki
Revision as of 13:21, 22 September 2012 by Afiestas (talk | contribs) (Created page with "==Discussion== The challenge will be in DataEngine subclasses which may have class members that are not copyable, let alone the bloat of the copying or the challenge of keepin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Discussion

The challenge will be in DataEngine subclasses which may have class members that are not copyable, let alone the bloat of the copying or the challenge of keeping that data in each copy in sync with the shared data in DataEnginePrivate. So to do this properly, we may need to break out DataEngine which consumers use from DataEngine that gets subclassed.

Proposed Solution