6#ifndef __COUNTRIESWORKDED_H
7#define __COUNTRIESWORKDED_H
16 void init(
const QStringList countryNames);
23 QHash<QString, bool> _data;
Definition CountriesWorked.h:14
qsizetype getWorkedCount() const
Get the count of countries that have been worked.
Definition CountriesWorked.cpp:40
void setAsWorked(const QString countryName)
Mark a country as worked.
Definition CountriesWorked.cpp:19
bool getHasWorked(const QString countryName) const
Check if a country has been worked.
Definition CountriesWorked.cpp:29
qsizetype getSize() const
Get the total number of countries being tracked.
Definition CountriesWorked.cpp:52