src/hbcore/theme/hbeffecttheme_p.cpp
changeset 28 b7da29130b0e
parent 5 627c4a0fd0e7
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    68     return globalEffectTheme();
    68     return globalEffectTheme();
    69 }
    69 }
    70 
    70 
    71 QString HbEffectTheme::getEffectXml(const QString &fileNameLogical, bool &fromTheme) const 
    71 QString HbEffectTheme::getEffectXml(const QString &fileNameLogical, bool &fromTheme) const 
    72 {
    72 {
    73 #ifdef THEME_INDEX_TRACES
    73     THEME_INDEX_DEBUG() <<  "ThemeIndex: getEffectXml effect: " << fileNameLogical;
    74     qDebug() <<  "ThemeIndex: getEffectXml effect: " << fileNameLogical;
       
    75 #endif  
       
    76 
    74 
    77     if (HbThemeUtils::isLogicalName(fileNameLogical)) {
    75     if (HbThemeUtils::isLogicalName(fileNameLogical)) {
    78         // Try to get themed icon information from theme index
    76         // Try to get themed icon information from theme index
    79         QString resourceName(fileNameLogical);
    77         QString resourceName(fileNameLogical);
    80         resourceName.append(effectFileSuffix);
    78         resourceName.append(effectFileSuffix);