src: Hotfix for issue #907

This commit is contained in:
Eberhard Graether
2020-02-03 18:08:11 +01:00
parent 3a6beb76fc
commit 6662a8c41c
+2
View File
@@ -136,6 +136,8 @@ bool FilePath::isValid() const
it++;
}
}
#else
return true; // FIXME: hot fix for issue #907
#endif
for (; it != m_path->end(); ++it)