mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
NOISSUE fix build
This commit is contained in:
parent
4ac38991ad
commit
8b926d29d7
@ -25,7 +25,7 @@ FlamePage::FlamePage(NewInstanceDialog* dialog, QWidget *parent)
|
|||||||
ui->sortByBox->addItem(tr("Sort by author"));
|
ui->sortByBox->addItem(tr("Sort by author"));
|
||||||
ui->sortByBox->addItem(tr("Sort by total downloads"));
|
ui->sortByBox->addItem(tr("Sort by total downloads"));
|
||||||
|
|
||||||
connect(ui->sortByBox, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &FlamePage::triggerSearch);
|
connect(ui->sortByBox, SIGNAL(currentIndexChanged(int)), this, SLOT(triggerSearch()));
|
||||||
connect(ui->packView->selectionModel(), &QItemSelectionModel::currentChanged, this, &FlamePage::onSelectionChanged);
|
connect(ui->packView->selectionModel(), &QItemSelectionModel::currentChanged, this, &FlamePage::onSelectionChanged);
|
||||||
connect(ui->versionSelectionBox, &QComboBox::currentTextChanged, this, &FlamePage::onVersionSelectionChanged);
|
connect(ui->versionSelectionBox, &QComboBox::currentTextChanged, this, &FlamePage::onVersionSelectionChanged);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user