add 'Skip' button to overwrite dialog for dirs
[case] / src / fileoperator.h
index 221eaf8..8a8430d 100644 (file)
@@ -37,7 +37,7 @@ class FileOperator : public QWidget {
 
 public:
     // DONT_ASK_ONCE is a hackish way to avoid asking twice to overwrite the same directory when moving
-    enum Response{NONE, ABORT, RETRY, IGNORE, KEEP, OVERWRITE, DONT_ASK_ONCE};
+    enum Response{NONE, ABORT, RETRY, IGNORE, KEEP, OVERWRITE, SKIP_DIR, DONT_ASK_ONCE};
 
     FileOperator(QWidget *parent = 0);