diff options
Diffstat (limited to 'tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp')
-rw-r--r-- | tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp b/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp index 5fbf009..ee72e2e 100644 --- a/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp +++ b/tests/auto/models/qfilesystemmodel/tst_qfilesystemmodel.cpp @@ -141,7 +141,7 @@ tst_UiFileSystemModel::~tst_UiFileSystemModel() QString tmp = flatDirTestPath; QDir dir(tmp); if (dir.exists() && !dir.rmdir(tmp)) - qWarning("failed to remove tmp dir %s", dir.dirName().toAscii().data()); + qWarning("failed to remove tmp dir %s", dir.dirName().toLatin1().data()); } void tst_UiFileSystemModel::init() |