Merge pull request #411 from dubhater/master

Qt: Show file names in tooltips in Torrent Properties
This commit is contained in:
Mike Gelfand 2017-11-28 22:45:48 +03:00 committed by GitHub
commit eed33c373c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ QVariant FileTreeItem::data(int column, int role) const
value.setValue(isComplete());
break;
case Qt::ToolTipRole:
case Qt::EditRole:
if (column == FileTreeModel::COL_NAME)
{