-----------------------------------------------------------------------------
| 166 | |
| 167 | //----------------------------------------------------------------------------- |
| 168 | QString pqFileDialogFavoriteModel::filePath(const QModelIndex& index) const |
| 169 | { |
| 170 | return this->data(index, Qt::UserRole).toString(); |
| 171 | } |
| 172 | |
| 173 | //----------------------------------------------------------------------------- |
| 174 | bool pqFileDialogFavoriteModel::isDirectory(const QModelIndex& index) const |