From a349ec24df44eaac8c083b8d07c51cabb8f62995 Mon Sep 17 00:00:00 2001 From: Thex Date: Tue, 22 Jan 2019 05:14:38 +0100 Subject: Added ability to move files from the overwrite folder to an existing mod --- src/mainwindow.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mainwindow.h') 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); -- cgit v1.3.1