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