mirror of
https://github.com/transmission/transmission
synced 2024-12-29 02:56:11 +00:00
Merge pull request #411 from dubhater/master
Qt: Show file names in tooltips in Torrent Properties
This commit is contained in:
commit
eed33c373c
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ QVariant FileTreeItem::data(int column, int role) const
|
||||||
value.setValue(isComplete());
|
value.setValue(isComplete());
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case Qt::ToolTipRole:
|
||||||
case Qt::EditRole:
|
case Qt::EditRole:
|
||||||
if (column == FileTreeModel::COL_NAME)
|
if (column == FileTreeModel::COL_NAME)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue