I need to read the file. The problem is that when using
QString helpfulStr = File.readLine(); instead of Russian letters is considered krakozyraba, and when using
QTextStream textStream(&file); QString helpfulStr = textStream.readLine(); lost the transition to a new line in the file. And subsequent
helpfulStr = textStream.readLine(); will return the void.