summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/filereader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/filereader.cpp')
-rw-r--r--examples/video/qmlvideofx/filereader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/video/qmlvideofx/filereader.cpp b/examples/video/qmlvideofx/filereader.cpp
index 1d6b03279..676b95fac 100644
--- a/examples/video/qmlvideofx/filereader.cpp
+++ b/examples/video/qmlvideofx/filereader.cpp
@@ -57,7 +57,7 @@ QString adjustPath(const QString &path)
#else
QString pathInInstallDir;
const QString applicationDirPath = QCoreApplication::applicationDirPath();
- pathInInstallDir = QString::fromAscii("%1/../%2").arg(applicationDirPath, path);
+ pathInInstallDir = QString::fromLatin1("%1/../%2").arg(applicationDirPath, path);
if (QFileInfo(pathInInstallDir).exists())
return pathInInstallDir;