mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
new folders are selected automatically after creation
fixed a couple of bugs in TreeModel::addFolderAtParent
This commit is contained in:
@ -89,7 +89,7 @@ public:
|
||||
|
||||
void fetchMoreFromDB(const QModelIndex & parent);
|
||||
|
||||
void addFolderAtParent(const QString & folderName, const QModelIndex & parent);
|
||||
QModelIndex addFolderAtParent(const QString & folderName, const QModelIndex & parent);
|
||||
|
||||
enum Columns {
|
||||
Name = 0,
|
||||
|
Reference in New Issue
Block a user