mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Try to fix compilation error in Linux with patched version of Qt 5
This commit is contained in:
parent
ceb230a21c
commit
3bcbcd06ba
@ -58,7 +58,7 @@ SelectVolume::SelectVolume(QWidget *parent)
|
||||
filterEdit->setClearButtonEnabled(true);
|
||||
|
||||
connect(filterEdit, &QLineEdit::textChanged, proxyModel, &QSortFilterProxyModel::setFilterFixedString);
|
||||
connect(tableVolumes->horizontalHeader(), &QHeaderView::sortIndicatorChanged, tableVolumes, &QTableView::sortByColumn);
|
||||
connect(tableVolumes->horizontalHeader(), qOverload<int, Qt::SortOrder>(&QHeaderView::sortIndicatorChanged), tableVolumes, qOverload<int, Qt::SortOrder>(&QTableView::sortByColumn));
|
||||
connect(tableVolumes, &QAbstractItemView::clicked, this, &SelectVolume::loadVolumeInfo);
|
||||
|
||||
paginator->setCustomLabel(tr("volumes"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user