Plasma/libplasma2/dataengineconsumerapi

From KDE Community Wiki
Revision as of 13:20, 22 September 2012 by Afiestas (talk | contribs) (Created page with "==Discussion== Instead of exposing the management details around DataEngine by making DataEngineManager public, make DataEngineConsumer a public class instead. DataEngineManag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Discussion

Instead of exposing the management details around DataEngine by making DataEngineManager public, make DataEngineConsumer a public class instead. DataEngineManager would become private API and DataEngineConsumer would use it behind the scenes.

Proposed Solution