Changed default icon for standard categories.
This commit is contained in:
parent
e3892cdf99
commit
1473a7453b
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ QVariant FeedsModelStandardCategory::data(int column, int role) const {
|
||||||
case Qt::DecorationRole:
|
case Qt::DecorationRole:
|
||||||
if (column == FDS_MODEL_TITLE_INDEX) {
|
if (column == FDS_MODEL_TITLE_INDEX) {
|
||||||
return m_icon.isNull() ?
|
return m_icon.isNull() ?
|
||||||
IconThemeFactory::getInstance()->fromTheme("folder-cyan") :
|
IconThemeFactory::getInstance()->fromTheme("folder-black") :
|
||||||
m_icon;
|
m_icon;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue