src/hbcore/theme/hbthemeclient_p_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
--- a/src/hbcore/theme/hbthemeclient_p_p.h	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/theme/hbthemeclient_p_p.h	Wed Aug 18 10:05:37 2010 +0300
@@ -77,10 +77,14 @@
 
     HbWidgetLoader::LayoutDefinition *getSharedLayoutDefs(const QString &fileName,
                                                           const QString &layout,
-                                                          const QString &section);
+                                                          const QString &section,
+                                                          bool &fileExists);
 
     HbCss::StyleSheet *getSharedStyleSheet(const QString &filePath,
-                                           HbLayeredStyleLoader::LayerPriority priority);
+                                           HbLayeredStyleLoader::LayerPriority priority,
+                                           bool &fileExists);
+
+    HbVector<uint> *getSharedMissedHbCss();
 
     HbEffectFxmlData *getSharedEffect(const QString &filePath);