Add copy, move and index action to File tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user