-
Type:
Suggestion
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.12.8
-
Fix Version/s: None
-
Component/s: Core: I/O
-
Labels:None
QSettings provides a way to write and read arrays, but no method exists to delete array entries. The only work-around is to read in all values, remove the index, and rewrite the array.