mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-30 19:15:08 +01:00
Add Ubuntu One icon in internet view.
This commit is contained in:
parent
db586ca00e
commit
823250c7c7
@ -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_;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user