mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 19:58:22 -05:00
tom added const and noexcept
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user