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
+2
View File
@@ -38,6 +38,7 @@ protected:
static void signalHandler(int);
void closeEvent(QCloseEvent *event);
void copyOrMove(bool copy);
void copyOrMove(bool copy, const QString &dest);
protected slots:
void socketNotify();
void updateWindowTitle();
@@ -46,6 +47,7 @@ protected slots:
void loadFile(const QString &path);
void loadFile(int row);
void indexDir();
void indexDir(const QString &dir);
void reindex();
void saveAs();
void convert(const QString &outfile);