diff options
| author | Thex <thex-pieddroit@hotmail.com> | 2019-01-22 05:14:38 +0100 |
|---|---|---|
| committer | Thex <thex-pieddroit@hotmail.com> | 2019-01-22 21:39:08 +0100 |
| commit | a349ec24df44eaac8c083b8d07c51cabb8f62995 (patch) | |
| tree | 02ccf1f9e585c87764508c5ea861c4b0eefc6ff0 /src/mainwindow.h | |
| parent | a40613f885c18a8a9f090cd88c595bcb960d97c9 (diff) | |
Added ability to move files from the overwrite folder to an existing mod
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 23c38f19..179ede87 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -469,6 +469,14 @@ private slots: BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
void createModFromOverwrite();
+ /**
+ * @brief sends the content of the overwrite folder to an already existing mod
+ */
+ void moveOverwriteContentToExistingMod();
+ /**
+ * @brief actually sends the content of the overwrite folder to specified mod
+ */
+ void doMoveOverwriteContentToMod(const QString &modAbsolutePath);
void clearOverwrite();
void procError(QProcess::ProcessError error);
|
