From 4de96a70d53f386cbb47a6fcc50d78361192b94c Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 3 Jul 2024 09:50:33 +0200 Subject: [PATCH] bugfix removed inline --- drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp b/drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp index 2b007b13b..0fb86766b 100644 --- a/drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp +++ b/drivers/mysql/include/orm/drivers/mysql/mysqldriver.hpp @@ -49,7 +49,7 @@ namespace Orm::Drivers::MySql /*! Get the low-level MySQL database handle (MYSQL *). */ QVariant handle() const noexcept final; /*! Get the MySQL database driver name. */ - inline QString driverName() const noexcept final; + QString driverName() const noexcept final; /* Transactions */ /*! Start a new database transaction. */