diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-13 13:04:22 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-11-13 13:04:22 +0100 |
| commit | fe6654f89220c6739405ff7d9a54bc49f92a4c5b (patch) | |
| tree | bfc18e3f4e5c9eb82ce80788810d169ce95bad96 /src/mainwindow.h | |
| parent | 5384fb1cf6c2b1377a35dbef17166d6907b74652 (diff) | |
Better 'Browse Mod Page' menu.
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 d4aa0bc2..78ffec47 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -156,8 +156,6 @@ public slots: void directory_refreshed(); - void modPagePluginInvoke(); - signals: /** @@ -325,8 +323,6 @@ private: QTreeWidgetItem *m_ContextItem; QAction *m_ContextAction; - QAction* m_browseModPage; - CategoryFactory &m_CategoryFactory; QTimer m_CheckBSATimer; |
