Sudoku: use QFileInfoList in KSudoku::updateShapesList()
Closed, ResolvedPublic

Description

There is some remaining manual fiddling with paths, for which Qt provides perfectly good API already.
Since another part of the code in the same function uses QFileInfo, it would be cleaner and more natural to restructure the list of strings of paths into a list of QFileInfo.

ouwerkerk renamed this task from Cleanup: use QFileInfoList in KSudoku::updateShapesList() to Sudoku: use QFileInfoList in KSudoku::updateShapesList() .Apr 28 2017, 4:40 PM
ouwerkerk triaged this task as Normal priority.Apr 30 2017, 3:09 PM

Working on a Differential for this right now.

ouwerkerk closed this task as Resolved.Apr 30 2017, 3:52 PM

This change has landed.