diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-18 16:00:19 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-18 16:00:19 +0200 |
| commit | f6ecb93d460b16c10933b35605f7ac1d60eac705 (patch) | |
| tree | e8af7ad19d7f5650885d0b57cf4364db9090e7f5 /src/modlist.h | |
| parent | 4f14598cfc2ea2cf13cbf35fdd9d61338eb1f409 (diff) | |
Set delete Key to recursively clear overwrite with confirmation message.
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index b5f18e98..2db98bd1 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -244,6 +244,11 @@ signals: */
void fileMoved(const QString &relativePath, const QString &oldOriginName, const QString &newOriginName);
+ /**
+ * @brief emitted to have the overwrite folder cleared
+ */
+ void clearOverwrite();
+
void aboutToChangeData();
void postDataChanged();
|
