summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 23:44:45 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commit33860662c1cd5d39cf51d411870a84b9081c8427 (patch)
treea2e3f35dfa90384382143bb353be7f6abb5bca9f /src/mainwindow.h
parent87dac464d9ec488737b16839b0f06586eadb837e (diff)
Move sort plugins handler to PluginListView.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5fa61c24..0db339f2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -276,8 +276,6 @@ private:
QByteArray m_ArchiveListHash;
- bool m_DidUpdateMasterList;
-
MOBase::DelayedFileWriter m_ArchiveListWriter;
QAction* m_LinkToolbar;
@@ -431,7 +429,6 @@ private slots: // ui slots
void on_linkButton_pressed();
void on_showHiddenBox_toggled(bool checked);
void on_bsaList_itemChanged(QTreeWidgetItem *item, int column);
- void on_bossButton_clicked();
void on_saveButton_clicked();
void on_restoreButton_clicked();