~michael-sheldon/content-hub/fix-1383732-rtm

« back to all changes in this revision

Viewing changes to import/Ubuntu/Content/contenthubplugin.cpp

  • Committer: CI bot
  • Author(s): Michael Sheldon
  • Date: 2014-07-04 14:20:28 UTC
  • mfrom: (116.1.1 fix-debian-icons)
  • Revision ID: ps-jenkins@lists.canonical.com-20140704142028-1s2fks03fv0fs6m2
Update theme used for resolving system icons (e.g. as used by Debian packages) to use "suru" theme. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
{
53
53
    Q_UNUSED(uri)
54
54
    TRACE() << Q_FUNC_INFO;
55
 
    QIcon::setThemeName("ubuntu-mobile");
 
55
    QIcon::setThemeName("suru");
56
56
    QIcon::setThemeSearchPaths(QStringList() << ("/usr/share/icons/"));
57
57
    ContentIconProvider *iconProvider = ContentIconProvider::instance();
58
58
    engine->addImageProvider("content-hub", iconProvider);