mirror of
https://github.com/YACReader/yacreader
synced 2026-01-31 04:10:04 -05:00
Added support for dropping folders to import them. TODO update the foldersView properly (now all the tree model is reloaded).
This commit is contained in:
@ -544,3 +544,8 @@ QStringList TreeModel::getSubfoldersNames(const QModelIndex &mi)
|
||||
qSort(result.begin(),result.end(),naturalSortLessThanCI);
|
||||
return result;
|
||||
}
|
||||
|
||||
void TreeModel::fetchMore(const QModelIndex &parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user