summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 404df36b..c6e94aa9 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -124,9 +124,6 @@ public:
bool addProfile();
void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
- void setModListSorting(int index);
- void setESPListSorting(int index);
-
void saveArchiveList();
void installTranslator(const QString &name);
@@ -214,16 +211,12 @@ private:
bool errorReported(QString &logFile);
- void updateESPLock(int espIndex, bool locked);
-
static void setupNetworkProxy(bool activate);
void activateProxy(bool activate);
bool createBackup(const QString &filePath, const QDateTime &time);
QString queryRestore(const QString &filePath);
- void addPluginSendToContextMenu(QMenu *menu);
-
QMenu *openFolderMenu();
void dropLocalFile(const QUrl &url, const QString &outputDir, bool move);