mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added support for creating new folders
This commit is contained in:
@ -89,6 +89,8 @@ public:
|
||||
|
||||
void fetchMoreFromDB(const QModelIndex & parent);
|
||||
|
||||
void addFolderAtParent(const QString & folderName, const QModelIndex & parent);
|
||||
|
||||
enum Columns {
|
||||
Name = 0,
|
||||
Path = 1,
|
||||
|
Reference in New Issue
Block a user