mirror of https://github.com/cutefishos/appmotor
Changes: Added mdeclarativecache_mainpage.dox into version control
RevBy: TrustMepull/1/head
parent
899b2832b9
commit
eb4bcb7b19
@ -0,0 +1,18 @@
|
||||
/*! \mainpage MDeclarativeCache API Library
|
||||
|
||||
\section introduction Introduction
|
||||
MDeclarativeCache API provides way for QML applications to ask already created
|
||||
instances of QApplication and QDeclarativeView classes for themselves. This
|
||||
helps to reduce application startup time.
|
||||
|
||||
<table>
|
||||
<tr><th>Class</th><th>Description</th></tr>
|
||||
<tr><td>MDeclarativeCache</td><td>Class used for storing instances of QApplication
|
||||
and QDeclarativeView.</td></tr>
|
||||
</table>
|
||||
|
||||
\section getting_started Getting started
|
||||
For writing application which are using MDeclarativeCache, please see the full
|
||||
developer guide from applauncher-doc package.
|
||||
|
||||
*/
|
||||
Loading…
Reference in New Issue