mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
fixed clang-tidy warning and missing include
This commit is contained in:
@@ -7,6 +7,7 @@ TINY_SYSTEM_HEADER
|
||||
|
||||
#include <QStringList>
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
||||
#include <orm/macros/commonnamespace.hpp>
|
||||
@@ -40,8 +41,8 @@ namespace Concerns
|
||||
public:
|
||||
/*! Constructor. */
|
||||
explicit UsingConnection(std::shared_ptr<ConnectionResolverInterface> &&resolver);
|
||||
/*! Default destructor. */
|
||||
inline ~UsingConnection() = default;
|
||||
/*! Virtual destructor. */
|
||||
inline virtual ~UsingConnection() = default;
|
||||
|
||||
/*! Execute the given callback using the given connection as the default
|
||||
connection. */
|
||||
|
||||
Reference in New Issue
Block a user