~jakuje/wallpaper-changer/qt4-compat

« back to all changes in this revision

Viewing changes to src/tools/glob.cpp

  • Committer: Alex Solanos
  • Date: 2015-08-23 16:51:21 UTC
  • Revision ID: alexsol.developer@gmail.com-20150823165121-wogzh1zpn26z2sbe
Remove numix theme
Add Le Point image to fetch from the interwebz
Make TryHard class to help keep the code DRY between le point and potd
preview code
Some general code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1251
1251
    if(themeString.contains("radiance", Qt::CaseInsensitive)){
1252
1252
        return 1;
1253
1253
    }
1254
 
    else if(themeString.contains("numix", Qt::CaseInsensitive)){
1255
 
        return 2;
1256
 
    }
 
1254
 
1257
1255
    //ambiance
1258
1256
    return 0;
1259
1257
}