mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-18 18:50:54 +03:00
Fix QT5 compilation errors
This commit is contained in:
@@ -58,7 +58,7 @@ void GridView::resizeEvent(QResizeEvent *) {
|
||||
}
|
||||
|
||||
void GridView::setDisks(const QVector<DiskItem> &newDisks) {
|
||||
disks = newDisks;
|
||||
disks = newDisks.toList();
|
||||
populateGrid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user