Add copy marked file to directory

This commit is contained in:
2016-08-02 17:15:54 +02:00
parent 2b2fb764a9
commit 01ee5bc4b3
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ public:
bool mark(const QString &filename);
bool unmark(const QString &filename);
bool isMarked(const QString &filename);
QStringList getMarkedFiles();
protected:
bool checkError();
};