From f845b2fda1d250bf5a1dddfad1f505a888a83236 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 6 May 2020 18:03:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D1=83=D0=BF=D1=80=D0=B5=D0=B6=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx/filesystem/paths.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myx/filesystem/paths.cpp b/src/myx/filesystem/paths.cpp index 8811210..797005e 100644 --- a/src/myx/filesystem/paths.cpp +++ b/src/myx/filesystem/paths.cpp @@ -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$" );