NOISSUE redo new instance dialog
This commit is contained in:
@ -218,7 +218,7 @@ void PackagesPage::updateVersion()
|
||||
}
|
||||
}
|
||||
|
||||
void PackagesPage::opened()
|
||||
void PackagesPage::openedImpl()
|
||||
{
|
||||
ENV.metadataIndex()->load(Net::Mode::Offline);
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ public:
|
||||
QString id() const override { return "packages-global"; }
|
||||
QString displayName() const override { return tr("Packages"); }
|
||||
QIcon icon() const override;
|
||||
void opened() override;
|
||||
void openedImpl() override;
|
||||
|
||||
private slots:
|
||||
void on_refreshIndexBtn_clicked();
|
||||
|
Reference in New Issue
Block a user