Add copy, move and index action to File tree

This commit is contained in:
2022-05-09 18:14:10 +02:00
parent c971a919ec
commit b84d8127ad
4 changed files with 41 additions and 1 deletions
+3
View File
@@ -32,6 +32,9 @@ public:
void contextMenuEvent(QContextMenuEvent *event);
signals:
void fileSelected(const QString &path);
void copyFiles(const QString &path);
void moveFiles(const QString &path);
void indexDirectory(const QString &path);
};
#endif // FILESYSTEMWIDGET_H