diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 23:26:14 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | fff41be8455e588d181c7349678dff6fe29be76b (patch) | |
| tree | 907bef5b779ba5b6983b5b3ddbef97b2350d58cb /src/mainwindow.h | |
| parent | 399ff3fcf7920adec128d30f3c97a7636a6f10be (diff) | |
Remove selection-related stuff from plugin/mod lists.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index c6e94aa9..5fa61c24 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -140,7 +140,6 @@ public: virtual MOBase::DelayedFileWriterBase &archivesWriter() override { return m_ArchiveListWriter; } public slots: - void esplist_changed(); void refresherProgress(const DirectoryRefreshProgress* p); void directory_refreshed(); @@ -397,9 +396,6 @@ private slots: void about(); - void modlistSelectionsChanged(const QItemSelection ¤t); - void esplistSelectionsChanged(const QItemSelection ¤t); - void resetActionIcons(); private slots: // ui slots |
