X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ffileoperator.h;fp=src%2Ffileoperator.h;h=8a8430d1bf71e0ab83671e9758a71cd0e308f91a;hb=7190c094fa23f5e4e65e2f2e99e525643e4e3060;hp=221eaf81a07f3efb994b9c96e782e506080e0edb;hpb=e8d956a1b2271ff4c768ee9c902ac4f02212e6c2;p=case diff --git a/src/fileoperator.h b/src/fileoperator.h index 221eaf8..8a8430d 100644 --- a/src/fileoperator.h +++ b/src/fileoperator.h @@ -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);