~ken-vandine/content-hub/libertine_apps_qicon_helper

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/hub.cpp

  • Committer: Ken VanDine
  • Date: 2015-10-15 14:42:52 UTC
  • Revision ID: ken.vandine@canonical.com-20151015144252-v273lftbsvohtvb0
added debug output for iconPaths

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        QString path = libertine_container_path(containers[i]);
79
79
        iconPaths << QString(path + "/usr/share/icons/");
80
80
    }
 
81
    // FIXME: debug output
 
82
    qWarning() << "iconPaths:" << iconPaths;
81
83
    QIcon::setThemeSearchPaths(iconPaths);
82
84
}
83
85