summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2015-11-23 21:44:47 +0100
committerTannin <sherb@gmx.net>2015-11-23 21:44:47 +0100
commitfe8c3aaea58400425b9195bb670a1b4e8c9db10d (patch)
tree98794bf2f4cab307eb39d75ec119745a962d4e98 /src/mainwindow.h
parentdda9e1197670cddb69789cc9a179d09cd8e560a6 (diff)
some fixes and removed obsolete code
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 279c8922..44f46f4b 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -88,7 +88,6 @@ public:
virtual bool unlockClicked() override;
bool addProfile();
- void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
void refreshDataTree();
void refreshSaveList();
@@ -439,8 +438,6 @@ private slots:
void startExeAction();
- void checkBSAList();
-
void updateProblemsButton();
void saveModMetas();
@@ -494,7 +491,6 @@ private slots: // ui slots
void on_actionUpdate_triggered();
void on_actionEndorseMO_triggered();
- void on_bsaList_customContextMenuRequested(const QPoint &pos);
void on_btnRefreshData_clicked();
void on_categoriesList_customContextMenuRequested(const QPoint &pos);
void on_conflictsCheckBox_toggled(bool checked);
@@ -522,7 +518,6 @@ private slots: // ui slots
void on_actionCopy_Log_to_Clipboard_triggered();
void on_categoriesAndBtn_toggled(bool checked);
void on_categoriesOrBtn_toggled(bool checked);
- void on_managedArchiveLabel_linkHovered(const QString &link);
};