game_list: Amend doxygen parameter identifiers for containsAllWords()
This commit is contained in:
parent
ee08c39b72
commit
15318b6601
|
@ -137,8 +137,8 @@ GameList::SearchField::SearchField(GameList* parent) : QWidget{parent} {
|
||||||
* Checks if all words separated by spaces are contained in another string
|
* Checks if all words separated by spaces are contained in another string
|
||||||
* This offers a word order insensitive search function
|
* This offers a word order insensitive search function
|
||||||
*
|
*
|
||||||
* @param String that gets checked if it contains all words of the userinput string
|
* @param haystack String that gets checked if it contains all words of the userinput string
|
||||||
* @param String containing all words getting checked
|
* @param userinput String containing all words getting checked
|
||||||
* @return true if the haystack contains all words of userinput
|
* @return true if the haystack contains all words of userinput
|
||||||
*/
|
*/
|
||||||
bool GameList::containsAllWords(QString haystack, QString userinput) {
|
bool GameList::containsAllWords(QString haystack, QString userinput) {
|
||||||
|
|
Reference in New Issue