src/hbcore/style/hbstyle_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbcore/style/hbstyle_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/style/hbstyle_p.h	Mon May 03 12:48:33 2010 +0300
@@ -63,6 +63,8 @@
     int primitiveBaseId;
 };
 
+static QHash<const QGraphicsWidget*, QString> widgetLayoutNames;
+
 class HbStylePrivate
 {
     Q_DECLARE_PUBLIC( HbStyle )
@@ -93,12 +95,11 @@
     mutable QHash<QString, QString> pluginStylePaths;
     mutable int nextAvailableId;
 
-    mutable HbVector<HbCss::Declaration> colorParameters;
-    mutable HbVector<HbCss::Declaration> layoutParameters;
+    mutable QHash<QString, HbCss::Declaration> colorParameters;
+    mutable QHash<QString, HbCss::Declaration> layoutParameters;
     mutable QString layoutParametersProfileName;
 
     mutable QHash<QString, HbVector<HbCss::StyleRule> > styleRulesCache;
-    mutable QHash<const QGraphicsWidget*, QString> widgetLayoutNames;
 };
 
 #endif // HBSTYLE_P_H