Guest User

Untitled

a guest
May 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. QString FolderModel::filePath(const QModelIndex &index) const
  2. {
  3. return fsModel_->filePath(mapToSource(index));
  4. }
  5.  
  6. QModelIndex FolderModel::setRootPath(const QString &path)
  7. {
  8. return mapFromSource(fsModel_->setRootPath(path));
  9. }
Add Comment
Please, Sign In to add comment