diff options
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();
|
