diff --git a/include/gridview.h b/include/gridview.h index 628eebf..d0418b1 100644 --- a/include/gridview.h +++ b/include/gridview.h @@ -30,6 +30,6 @@ private: QList disks; - void extracted(const QVector &filteredApps, int &cols, int &row, int &col); + void extracted(const QVector &filteredDisks, int &cols, int &row, int &col); void populateGrid(); };