added support for creating new folders

This commit is contained in:
Luis Ángel San Martín
2014-10-22 17:08:21 +02:00
parent a8ef8d07f1
commit 15873fdaff
3 changed files with 46 additions and 4 deletions

View File

@ -89,6 +89,8 @@ public:
void fetchMoreFromDB(const QModelIndex & parent);
void addFolderAtParent(const QString & folderName, const QModelIndex & parent);
enum Columns {
Name = 0,
Path = 1,