tom added const and noexcept

This commit is contained in:
silverqx
2024-02-04 16:06:42 +01:00
parent 68cdf252e5
commit d1f8fc31ff
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Orm
static const char *build() noexcept;
/*! Return true if this build of TinyORM was built with debugging enabled, or
false if it was built in release mode. */
static bool isDebugBuild();
static bool isDebugBuild() noexcept;
/*! Return the version of the TinyORM library. */
static QVersionNumber version() noexcept Q_DECL_CONST_FUNCTION;