tom enhanced tom about

Added the MSVC Runtime dynamic and MSVC Runtime library.
This commit is contained in:
silverqx
2023-09-24 13:39:32 +02:00
parent af7715b526
commit 48a46f8723
4 changed files with 41 additions and 0 deletions
+4
View File
@@ -68,6 +68,10 @@ namespace Orm::Utils
"off"). */
static bool isTrue(const QVariant &value);
/*! Determine if a string is the CMake true bool value (1, ON, YES, TRUE, Y, or
a non-zero number (including floating point numbers). */
static bool isCMakeTrue(const QString &value);
private:
/*! Class name with or w/o a namespace and w/o template parameters, common
code. */