Fix warning about unsafe usage.
This commit is contained in:
@ -109,7 +109,7 @@ void VPuzzleLayoutFileReader::ReadProperties(VPuzzleLayout *layout)
|
||||
|
||||
while (readNextStartElement())
|
||||
{
|
||||
qDebug(name().toString().toLatin1());
|
||||
qDebug() << name().toString();
|
||||
|
||||
const QStringList tags = QStringList(
|
||||
{
|
||||
|
Reference in New Issue
Block a user