Changeset 14453
- Timestamp:
- Jan 17, 2015, 1:49:02 PM (7 years ago)
- Location:
- trunk/qt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/torrent-delegate-min.cc
r14452 r14453 138 138 139 139 const QIcon::Mode emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; 140 const QIcon emblemIcon = tor.hasError () ? QIcon::fromTheme ("emblem-important" ) : QIcon ();140 const QIcon emblemIcon = tor.hasError () ? QIcon::fromTheme ("emblem-important", style->standardIcon (QStyle::SP_MessageBoxWarning)) : QIcon (); 141 141 142 142 // layout -
trunk/qt/torrent-delegate.cc
r14452 r14453 421 421 422 422 const QIcon::Mode emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal; 423 const QIcon emblemIcon = tor.hasError () ? QIcon::fromTheme ("emblem-important" ) : QIcon ();423 const QIcon emblemIcon = tor.hasError () ? QIcon::fromTheme ("emblem-important", style->standardIcon (QStyle::SP_MessageBoxWarning)) : QIcon (); 424 424 425 425 // layout
Note: See TracChangeset
for help on using the changeset viewer.