Seafood/Fishes.h
changeset 10 79eeacfd15ff
parent 3 e6d1a78b6db9
child 11 f3dbeee07821
equal deleted inserted replaced
9:23f6727b5587 10:79eeacfd15ff
    13 
    13 
    14     const QStringList GetBest();
    14     const QStringList GetBest();
    15     const QStringList GetOK();
    15     const QStringList GetOK();
    16     const QStringList GetWorst();
    16     const QStringList GetWorst();
    17 
    17 
       
    18     QString getEcoDetails(QString name);
       
    19 
    18 private:
    20 private:
    19     void populate(TCATEGORIES cat);
    21     void populate(TCATEGORIES cat);
    20     QStringList bestFish;
    22     QStringList bestFish;
    21     QStringList okFish;
    23     QStringList okFish;
    22     QStringList worstFish;
    24     QStringList worstFish;
    23     // QSqlDatabase db;
       
    24 };
    25 };
    25 
    26 
    26 #endif // FISHES_H
    27 #endif // FISHES_H