src/hbcore/cssparser/hblayeredstyleloader_p.h
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
--- a/src/hbcore/cssparser/hblayeredstyleloader_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/cssparser/hblayeredstyleloader_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -75,7 +75,6 @@
 
     void clear();
     void clear(LayerPriority priority);
-    bool findInDefaultVariables( const QString& variableName, HbCss::Value &val ) const;
 
 public:
     bool hasOrientationSpecificStyleRules(HbStyleSelector::NodePtr node) const;
@@ -83,7 +82,7 @@
             const Qt::Orientation orientation, const char *extraPseudo = 0) const;
     HbVector<HbCss::StyleRule> styleRulesForNode(HbStyleSelector::NodePtr node,
             const Qt::Orientation orientation) const;
-    void variableRuleSets(QHash<QString, HbCss::Declaration> *variables) const;
+    void variableRuleSets(QHash<quint32, HbCss::Declaration> *variables) const;
 
 protected:
     void updateLayersListIfRequired(LayerPriority priority);
@@ -93,7 +92,7 @@
 private:
     PriorityLayerMap mStyleLayers;
     Concern mConcern;
-    mutable QHash<QString, HbCss::Declaration> mDefaultVariables;
+    mutable QHash<quint32, HbCss::Declaration> mDefaultVariables;
 #ifdef HB_CSS_INSPECTOR
     HbCss::StyleSheet *mCurrentSheet;
 #endif