Убрано предупреждение

This commit is contained in:
Andrei Astafev 2020-05-06 18:03:51 +03:00
parent 87f4c854d8
commit f845b2fda1

View File

@ -21,7 +21,7 @@ namespace filesystem {
MYXLIB_INLINE Paths::Paths() = default;
MYXLIB_INLINE Paths::HierarchyType Paths::getHierarchyType() // V2008
MYXLIB_INLINE Paths::HierarchyType Paths::getHierarchyType() // -V2008
{
QRegExp binUnityRegexp( "/s*bin/unity$" );
QRegExp binRegexp( "/s*bin$" );