mirror of https://github.com/cutefishos/appmotor
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			19 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			19 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
/*! \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.  
 | 
						|
  
 | 
						|
*/
 |