diff options
| author | Tannin <devnull@localhost> | 2015-05-09 21:46:40 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-09 21:46:40 +0200 |
| commit | 3680e37d392123b7cafa6696b1683b9015d000c1 (patch) | |
| tree | 5600fc5ca82fab678851064fc30069b264edf255 /src/queryoverwritedialog.h | |
| parent | abba182b1ba630b41660424abf372af527b1612c (diff) | |
| parent | 1403d51a82fa4c7548e21d7411486244881bc8d8 (diff) | |
Merge
Diffstat (limited to 'src/queryoverwritedialog.h')
| -rw-r--r-- | src/queryoverwritedialog.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/queryoverwritedialog.h b/src/queryoverwritedialog.h index 1a22a60e..3f7b3194 100644 --- a/src/queryoverwritedialog.h +++ b/src/queryoverwritedialog.h @@ -37,8 +37,13 @@ public: ACT_RENAME
};
+ enum Backup {
+ BACKUP_NO,
+ BACKUP_YES
+ };
+
public:
- explicit QueryOverwriteDialog(QWidget *parent = 0);
+ QueryOverwriteDialog(QWidget *parent, Backup b);
~QueryOverwriteDialog();
bool backup() const;
Action action() const { return m_Action; }
|
