Add Ubuntu One icon in internet view.

This commit is contained in:
John Maguire 2012-11-28 14:44:57 +01:00
parent db586ca00e
commit 823250c7c7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ UbuntuOneService::UbuntuOneService(Application* app, InternetModel* parent)
}
QStandardItem* UbuntuOneService::CreateRootItem() {
root_ = new QStandardItem(QIcon(), "Ubuntu One");
root_ = new QStandardItem(QIcon(":providers/ubuntuone.png"), "Ubuntu One");
root_->setData(true, InternetModel::Role_CanLazyLoad);
return root_;
}