change: preserve search term across different mod providers
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
a8bcd85c93
commit
5936c7b65c
6 changed files with 51 additions and 3 deletions
|
@ -34,7 +34,7 @@ class PageContainer;
|
|||
class QDialogButtonBox;
|
||||
class ModrinthModPage;
|
||||
|
||||
class ModDownloadDialog : public QDialog, public BasePageProvider
|
||||
class ModDownloadDialog final : public QDialog, public BasePageProvider
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -58,6 +58,9 @@ public slots:
|
|||
void accept() override;
|
||||
void reject() override;
|
||||
|
||||
private slots:
|
||||
void selectedPageChanged(BasePage* previous, BasePage* selected);
|
||||
|
||||
private:
|
||||
Ui::ModDownloadDialog *ui = nullptr;
|
||||
PageContainer * m_container = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue