Home
last modified time | relevance | path

Searched refs:GetListStr (Results 1 – 3 of 3) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dsettings.cpp356 mSettings.setValue("PrevGames", GetPrevGamesModel()->GetListStr()); in WriteSettings()
357 mSettings.setValue("SavedGames", GetSavedGamesModel()->GetListStr()); in WriteSettings()
358 mSettings.setValue("HighScoreList", GetHighScoresModel()->GetListStr()); in WriteSettings()
H A Dgameslistmodel.h65 QString GetListStr() const;
H A Dgameslistmodel.cpp71 QString GamesListModel::GetListStr() const in GetListStr() function in GamesListModel