summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 00:32:15 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:17 +0100
commit7f0c9b8d8278f14754b375967267ff67d6fdb6ee (patch)
tree3f34b8f66e6ccf5c630e0a0dcf104f714a250219 /src/mainwindow.h
parentfb52a129b3a878511cf754daed433d9a789689c8 (diff)
Move the overwrite context menu.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 790960e1..21c8f2aa 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -365,7 +365,6 @@ private slots:
void visitOnNexus_clicked(int modIndex);
void visitWebPage_clicked(int modIndex);
void visitNexusOrWebPage_clicked(int modIndex);
- void openExplorer_clicked(int modIndex);
void openPluginOriginExplorer_clicked();
void openOriginInformation_clicked();
void information_clicked(int modIndex);
@@ -390,17 +389,6 @@ 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();
-
// nexus related
void checkModsForUpdates();