summaryrefslogtreecommitdiffstats
path: root/tools/qgltf/qgltf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qgltf/qgltf.cpp')
-rw-r--r--tools/qgltf/qgltf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qgltf/qgltf.cpp b/tools/qgltf/qgltf.cpp
index 9471487a5..788f3cef5 100644
--- a/tools/qgltf/qgltf.cpp
+++ b/tools/qgltf/qgltf.cpp
@@ -167,7 +167,7 @@ AssimpIOSystem::AssimpIOSystem()
bool AssimpIOSystem::Exists(const char *pFile) const
{
- return QFileInfo(QString::fromUtf8(pFile)).exists();
+ return QFileInfo::exists(QString::fromUtf8(pFile));
}
char AssimpIOSystem::getOsSeparator() const