diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 21:02:04 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | f2d8469ed6cd0fafc22097cdba2ee8f325f00513 (patch) | |
| tree | cd61150c0187a93f1b68602a26d1d501c4d67ed7 /src/mainwindow.h | |
| parent | 8dffe65032c498a218079f941d88af6053b28d7f (diff) | |
Start moving stuff from MainWindow to PluginListView.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 75e7124c..71845874 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -148,8 +148,6 @@ public slots: void directory_refreshed(); - void updatePluginCount(); - signals: /** @@ -262,8 +260,6 @@ private: QStringList m_DefaultArchives; - PluginListSortProxy *m_PluginListSortProxy; - int m_OldExecutableIndex; QAction *m_ContextAction; @@ -406,7 +402,6 @@ private slots: void modlistChanged(const QModelIndexList &indicies, int role); void fileMoved(const QString &filePath, const QString &oldOriginName, const QString &newOriginName); - void espFilterChanged(const QString &filter); void resizeLists(bool pluginListCustom); /** |
