Bug 416090

Summary: The program doesn't include more than 20 words in any of it's functions in any scenario.
Product: [Applications] kwordquiz Reporter: Per.westphal
Component: generalAssignee: Peter Hedlund <peter>
Status: RESOLVED FIXED    
Severity: grave CC: aacid
Priority: NOR    
Version: 19.12   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Per.westphal 2020-01-10 14:13:08 UTC
SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT
The program is made to open a list containing 20+ words, then only displays and
works with the first 20 entries of that file.

EXPECTED RESULT
The software handles list of unlimited or very great lenght.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
This bug has been around for multiple versions of the software now and always remained untouched.
Comment 1 Albert Astals Cid 2020-01-11 00:43:21 UTC
Git commit a21b31c0005b62afc46dc81038aa55d03320aadf by Albert Astals Cid.
Committed on 11/01/2020 at 00:41.
Pushed by aacid into branch 'release/19.12'.

Fix reading a file always only giving you 20 rows

We need to reset the model on reading the file, otherwise the proxy
doesn't know more rows were added

M  +5    -2    src/kwordquiz.cpp

https://commits.kde.org/kwordquiz/a21b31c0005b62afc46dc81038aa55d03320aadf