Rename ectracted function

This commit is contained in:
Spiros
2025-05-29 20:45:36 +03:00
parent 5f126e4f28
commit 030fb15760
2 changed files with 3 additions and 3 deletions

View File

@@ -32,8 +32,8 @@ private:
QList<DiskItem> disks;
void extracted(const QVector<DiskItem> &filteredDisks, int &cols, int &row, int &col);
void populateGrid();
void extractDisksFromVector(const QVector<DiskItem> &filteredDisks, int &cols, int &row, int &col);
qsizetype activeIndex = -1;
};