Last active
May 17, 2018 02:22
-
-
Save haraki/86b1789c54089b735a399abfbb1a056d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QString FolderModel::filePath(const QModelIndex &index) const | |
{ | |
return fsModel_->filePath(mapToSource(index)); | |
} | |
QModelIndex FolderModel::setRootPath(const QString &path) | |
{ | |
return mapFromSource(fsModel_->setRootPath(path)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment