diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1178,7 +1178,7 @@ void SheMov::newPicsDialogWithFiles(){ } QStringList files; foreach(QModelIndex idx, selected){ - files << idx.data(QFileSystemModel::FilePathRole).toString(); + files << idx.data(SmDirModel::FullPathRole).toString(); } NewPicsDialog npd(files, this); npd.exec(); |