mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-04-19 03:31:28 +03:00
Rename variable
This commit is contained in:
@@ -30,6 +30,6 @@ private:
|
|||||||
|
|
||||||
QList<DiskItem> disks;
|
QList<DiskItem> disks;
|
||||||
|
|
||||||
void extracted(const QVector<DiskItem> &filteredApps, int &cols, int &row, int &col);
|
void extracted(const QVector<DiskItem> &filteredDisks, int &cols, int &row, int &col);
|
||||||
void populateGrid();
|
void populateGrid();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user